Responsiveness
-
I’ve created a CF7 form for a responsive website and the text fields look fine but the two dropdown menus become very wide in some viewport window sizes. I guess they aren’t covered by my CSS so would be grateful for a steer on how to include them. Thank you. Here’s my CSS:
#wpcf7-f715-p19-o1 .wpcf7-form input[type="email"] { background: #ffffff; width: 50%; } #wpcf7-f715-p19-o1 .wpcf7-form input[type="text"], input[type="tel"] { background: #ffffff; width: 50%; } #wpcf7-f715-p19-o1 .wpcf7-form textarea[name="your-message"] { background: #ffffff; width: 50%; } #wpcf7-f715-p19-o1 .wpcf7-form input[type="submit"] { background: #8f48e2; }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Responsiveness’ is closed to new replies.