Hello,
The contact form fields and text are cut off from the screen on mobile view. Can this be fixed with css?
Hey jorgepavajeau,
I see, please add the following to quick css:
@media only screen and (max-width: 767px) {
#top .avia_ajax_form .text_input{
width:70%!important;
}
#top .avia_ajax_form select{
width:70%!important;
}}
Best regards,
Jordan Shannon
HI Jordan,
Thank you for your help. This worked for the fields but the text is still being cut off. (screenshot)