Tagged: mobile menu, responsiveness
Hi Folks,
I have a main menu with 8 items.
While checking the website responsiveness, my 2 left menu items are overlapping the logo area, thus becoming unreadable/unusable.
Do I have a mean either to switch to mobile menu earlier in order to avoid it?
Thanks
Best regards.
777
Hey Ad-Min747,
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
Hi Rikard,
worked, thanks.
(I’ve put 1180 as 1024 wasn’t enough)
Thanks again.
Best
