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 …
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
Thank you. I have tried it but it works not.
If i test it in Firefox Screen Devices, all looks good.
But LIVE in my new iPhone SE the CTA Button is cutted.
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
Yes, that was the trick. THANKS!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon