Hey Guys!
On the contact form
the ‘Your Email’ box on mobile is not aligned properly…it looks like the ‘Your Email’ box is over to the right and not flush with the other boxes.
How can I make the ‘Your Email’ box Left aligned like the ‘Your Name’ and “Please indicate……’ boxes?
Hi Courtney!
Please add following code to Quick CSS
@media only screen and (max-width: 480px) {
.avia_ajax_form .form_element_half { margin-left: 0; }}
Best regards,
Yigit
It worked PERFECTLY!
THANKS AGAIN YIGIT :)