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

    Hello Support,

    Please let me know how I can make the Header Mobile Menu be activated on Table Landscape.

    Landscape looks like this which the navigation is going over the logo.

    Portrait:

    We need the navigation on tablet landscape to look the same as tablet portrait.

    Thanks for your help.
    MP

    #362351

    Hi Marcelo!

    Try adding this to your custom CSS.

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

    You may need to play around with the 959px value to match the width of your screen.

    Best regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    #362454

    Thank you so much. I changed it o Max-width: 1024px.

    MP

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header Mobile Menu Activation for Tablet Landscape’ is closed to new replies.