Hi,
Even after activating in settings.
Also adding
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special, #menu-item-search {
display: block;
}
}
Mobile menu doesn’t work on tablet or small screen computer
Hey koomo,
Please try this instead:
@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;
}
}
If that doesn’t work either then please post admin WordPress login details in private so that we can have a closer look at your site.
Best regards,
Rikard
Work perfectly.
Thank you very much
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon