Tagged: Burger Menu, quick css
Hello,
I set in Enfold Menu settings “Activate for Smartphones and Tablets (browser width below 990px)”.
Now the customer wants the burger menu to be activated on even larger withs – maybe 1.200 or so.
Sure there is some quick CSS to achieve that – can you help me?
Hey RainerKnappeOsteo24,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1200px) {
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 Rikard, works perfectly.
I wish I had some better knowledge about CSS ;)
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon