Tagged: Burger Menu
Transparent header settings non existant
Why is this not showing?
Wierd!
It shows here on other websites we have
You moved it!
Hi,
Thanks for the updates. So you found the option you were looking for?
Best regards,
Rikard
We need the menu to go to a burger menu sooner than 990px – something like 1200px
How is this acheived?
Hi,
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