Hi,
The logo is overlapping the menu when I scale the browser window down, even on iPad mini and iPad screen, the logo is also overlapping. Please help! Thank you!
oh, I think I found the solution.
@media only screen and (max-width: 1100px) {
.menu-item {
display: none;
}
.main_menu {
display: block !important;
}
.av-burger-menu-main.menu-item-avia-special, #menu-item-search{
display: block;
}
}
#menu-item-search a { color: grey !important; }
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon
The topic ‘Logo overlap with Menu’ is closed to new replies.