Tagged: schmidtgrafisk
Hey Enfold
How do I set/control at what screen size the burger menu takes over the mainmenu.
I’d like to have number I can adjust to me needs.
Thanks
Alan ;)
Hey Alan,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1024px) {
nav.main_menu {
display: block !important;
}
#avia-menu .menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}
You can adjust the 1024 value to the pixel value of your choice.
Best regards,
Rikard
Thanks Rikard
Great that works perfectly ;)