Plugin not accepting media queries
-
The form fields are locked in at a width of 80%. It’s not coming from any setting in my theme. I was able to change this width with custom CSS but the text fields won’t change in mobile view. It ignores media queries. I even tried using one with your suggested CSS:
@media only screen and (max-width: 320px) {
#simple-contact-form fieldset textarea {
width: 90% !important;
}
}The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Plugin not accepting media queries’ is closed to new replies.