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

    Site: http://www.heswallphysio.com

    I am having a few issues with the top navigation menu with an iPad, both in landscape and portrait views. The menu doesn’t align and overlaps the logo. I’m not sure on how to fix this. Can you offer any suggestions pls?

    PS. I absolutely love working on your themes!

    #482261

    Hi Mark!

    Add this to your custom CSS.

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

    You may need to play around with the 990px value.

    Regards,
    Elliott

    #484829

    That’s perfect, thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Top Navigation Issues’ is closed to new replies.