Tagged: 

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

    Love the Enfold theme! I have a lot in my main menu and would like to activate the mobile menu when the browser width is larger than 990 pixels. Otherwise, my menu overlaps my logo. 1150 pixels would work.

    Can you let me know how to do this?

    Thank you.

    #473533

    Hey Mike!

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

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

    Regards,
    Rikard

    #473872

    Perfect! Thank you so much.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Activate Mobile Menu at higher browser width’ is closed to new replies.