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

    Hello!

    I have a long navigation bar that does not look good under 1100px width of a browser (the menu goes under the logo). How can I set the mobile menu to start when browser is under 1100 px?

    Thanks!

    #586970

    Hey EuroInfoSys,

    Please try the following in Quick CSS under Enfold–>General Styling:

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

    Thanks,
    Rikard

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