Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #930182

    Hi, as you can see in the screenshot, the contact form element is not showing correctly on mobile. It should be full width and i don’t understand why it isn’t showing as it should.

    #930188

    Hey DROR,

    Try adding this to quick css:

    @media only screen and (max-width: 767px)  {
    #top .avia_ajax_form .form_element_third{
    width:100%!important;
    }}

    Best regards,
    Jordan Shannon

    #930195

    That didn’t work Jordan. Any other options?

    #930695

    Hi,

    Please add to the very top of quick css so it runs first. I just tested the css again and it should work.

    Best regards,
    Jordan Shannon

    #931222

    Thanks.

    #931521

    Hi,

    No problem at all. Please always add to top first before declaring it doesn’t work. Please let us know if you need additional help here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Contact Form element not showing correctly on mobile’ is closed to new replies.