Contact Form fields not responsive
-
I looked through the forum but any fixes that were given did not work for my contact form. The contact form looks great on a desktop but on a mobile, the fields are squished over to the left side and are so tiny that it doesn’t say which fields are which.
When you do try to type in them, it shows that it’s typing but the letters don’t show up.
I currently have this code added to additional CSS:
@media (max-width: 767px) {
.wpcf7-form.cf7-style {
width: 100%!important;
}
}
I have tried to do padding with percentages and adding !important after them but they made no difference.Anything else that will help? Thanks.
The page I need help with: [log in to see the link]
The topic ‘Contact Form fields not responsive’ is closed to new replies.