Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #626938

    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.

    #627607

    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

    #627859

    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

    #627867

    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

    #628307

    Hi. Thx. I think you mean max-width: 479px though. Also, will this be fixed in a future release?

    Best,

    TJ

    #628308

    Hi!

    Yes, we informed our devs.

    Regards,
    Yigit

    #628310

    Awesome. Thanks for the help!

    TJ

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Contact form fields not aligned < 769 px’ is closed to new replies.