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

    Hi, we have inserted the enfold contact form on the page, but the form ist not shwoing exactly on mobile phones. The bottom with the sendig button is missing. What could be the problem? We have enough space under the button …

    #1245559

    Hey heufti65,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 430px) { 
    	#kontakt, #kontakt .av-section-color-overlay {
        height: 105vh !important;
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1245671

    Thank you. I have tried it but it works not.

    #1245674

    If i test it in Firefox Screen Devices, all looks good.
    But LIVE in my new iPhone SE the CTA Button is cutted.

    #1245753

    Hi,
    Please try adding this css below the other css, so this runs after:

    @media only screen and (max-width: 430px) { 
    	.avia-safari #kontakt, .avia-safari #kontakt .av-section-color-overlay {
        height: 132vh !important;
    }
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

    #1245877

    Yes, that was the trick. THANKS!

    #1245891

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Contact Form mot showing exactly on mobile’ is closed to new replies.