Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #543469

    Hi there, the buttons are aligning properly and stacking properly on mobile EXCEPT for the ipad view (768px x 1024px), the Services button is lower than the Contact button, not straight across.

    Can you help me out?

    #543782

    Hey BrendaSarg!

    Add this to a codeblock element in the page.

    <style type = "text/css">
    @media screen and (max-width: 767px) and (min-width: 990px) {
    #av_section_1 .av_one_fourth { width: 100% !important; margin-right: 0px !important; margin-left: 0px !important; }
    }
    </style>

    Regards,
    Elliott

    #543793

    Perfect, thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Side By Side Buttons out of alignment on Ipad’ is closed to new replies.