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.
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
That didn’t work Jordan. Any other options?
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
Thanks.
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