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

    Hi Team,

    I cannot seem to find the css code to adjust the responsive menu. I have a client with a long navigation menu and on some devices the menu crosses over the logo. I’ve set for both Phones and Tablets in the Header but it is still too long. How do I do this so it will display the tablet/phone menu?

    Thank you!

    #788117

    Hey msbllc,

    So you want it to go to the hamburger/mobile menu sooner?

    Add the following to quick css:

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

    Let me know if this works for you.

    Best regards,
    Jordan Shannon

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