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: