Hi,
My menu is overlapping the logo on 13inch and ipad screens. How can I resolve?
I tried adding the code from this thread but things still overlap.
Hey goldiejake123,
Try using this code instead:
@media only screen and (max-width: 1379px) {
nav.main_menu {
display: block !important;
}
#avia-menu .menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}
Best regards,
Victoria