Hey team… i need some really quick help with this site: https://internationalgrandball.com/
I have the option turned on to make the menu a burger (mobile) for tablets… but the cut-off width is 990px…
But because we have such a big menu… would like to make it closer to 1300px…
Is there a way?
Thanks,
-Daniel
Hey Dzimnikov,
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;
}
}
Change the value 1024 to the pixel value of your choice.
Best regards,
Jordan Shannon
My man… YOU DA MAN!!!
THANK YOU!!!
Hi,
No problem at all my friend! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon