Tagged: mobile menu
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.
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
Perfect! Thank you so much.