There are alot of threads covering this issue, crazy its still a problem… All the solutions make the navbar disappear. I need to know how can i make the mobile navbar menu appear sooner, I need the regular navbar to change into mobile navbar one the screen width is <= 1230px. I have a very large logo and any screen width below 1230px overlaps the navbar links.
Help please
Hey maxxcollins,
Add this to quick css:
@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,
Jordan Shannon
Wow thank you.
Hi,
No problem at all! I’m happy to help. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon