Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #479913

    Here is my page:
    http://www.lakescreens.com

    In Ipad: logo and menu overlapping with each other.

    Please help

    Thanks

    #480306

    Hi peiiep!

    Add this to your custom CSS.

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

    Best regards,
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.