Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #597288

    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

    #598198

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.