Tagged: mobile menu, Responsive Menu
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!
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