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

    Hello,

    When I minimize the browser screen the menu overlaps with the logo. Is there a way to automatically display the menu icon when the logo hits the menu items?

    #411300

    Hey icebox10!

    Add this to your custom CSS.

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

    You may need to play around with the 959 value.

    Cheers!
    Elliott

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