Hi, I hope everyone is well.
My menu is spilling over the logo area and onto a second line when a tablet (my iPad) is in landscape orientation.
Is there a way to force a burger menu on a tablet when in landscape as well as portrait?
Cheers.
Hey WordPressed,
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;
}
}
If that doesn’t work then please post a link to where we can see the problem you are having.
Best regards,
Rikard