Hello
in Backend can i change the mobile menu style, but only under 990px.
How can i change this value to 1024px?
Thanks
Hey isarcolor,
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;
}
}
Best regards,
Rikard
fine, thanks for help!
Hi isarcolor,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria