Are your WP Forms not working on mobile with the Astra theme? Here is the fix

For some reason i’ve noticed a few form fields displaying quite funny when using WP Forms and the Astra theme. They look something like this on mobile:

As you can see there is a huge whitespace where a textarea field was. The answer is to apply a clearfix by adding the following CSS in the customizer:

.wpforms-field {
  clear: both;
}

And voìla:

About The Author

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Scroll to Top