When the contact form fields are stacked on a screen size < 768px, the fields are not aligned b/c there is a left margin still being applied to all but the first field.
Hey TJ,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
Rikard
Hi. The same issue can be seen on any of the demos that use a contact form. Try this out on a mobile device: http://kriesi.at/themes/enfold-travel/
Scroll to bottom for contact form.
TJ
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.responsive .avia_ajax_form .form_element { margin-left: 0; }}
Regards,
Yigit
Hi. Thx. I think you mean max-width: 479px though. Also, will this be fixed in a future release?
Best,
TJ
Awesome. Thanks for the help!
TJ