Tagged: enfold, Responsive Menu
Hi,
I’d like to set a max-width for the menu before it turns into the mobile burger menu. At present we have quite a few menu items and when the width is reduced in a responsive mode, the menu goes over the logo. I’d like to set it so it’s below 1130px.
Hey brandaspect,
If you want to activate the mobile menu at an earlier point then please try this in Quick CSS:
@media only screen and (max-width: 1210px) {
nav.main_menu {
display: block !important;
}
#avia-menu .menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}
Best regards,
Rikard
Thank you for that, that’s exactly what I needed :)
Hi,
Glad Rikard could help!
You can find more information and customizations on Enfold documentation – https://kriesi.at/documentation/enfold/menu/
If you have any other questions or issues, please let us know!
Best regards,
Yigit