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

    Hey guys!

    The main nav. bar is overlapping with the logo and some text on ipad.

    Can you take a peek and let me know how to fix this?

    #646389

    Hey Courtney,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 1124px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
    }
    

    Best regards,
    Vinay

    #648141

    Thanks Vinay!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Main Nav on iPad’ is closed to new replies.