Hi,
I have a mailchimp form on my home page. On mobile the form fields won’t align left to match the topmost field.
Regards,
TedGL
Hey TedGL!
Thanks for reaching out to us!
Please add the following CSS code to the Quick CSS field under the General styling tab in the theme options:
@media only screen and (max-width: 479px){
.responsive .avia_ajax_form .form_element {
margin-left: 0 !important;
}
}
Best regards,
Jordan