Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #420238

    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?

    #420470

    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

    #420636

    It worked PERFECTLY!

    THANKS AGAIN YIGIT :)

    #420644

    Hi!

    You are welcome! Let us know if you have any other questions or issues :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Contact Form’ is closed to new replies.