Tagged: burger, CSS, mobile menu, settings
Hello to all :)
I need to enable ‘mobile’ menu burger style below 1200px. What is the actual CSS code please?
I used to have this: https://kriesi.at/support/topic/mobile-menu-settings/ but it doesn’t work with latest Enfold version.
Thanks for help!
Milan
Hey Milan,
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
Hello Rikard,
Thank you very much for your help. It works perfectly!
Have a great day!
Milan
Hi,
I’m glad that helped. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon