The main menu overlaps the logo in the top left when reduced to a smaller scree size. Is there a way to always show the logo?
I also have a problem with hover over backgrounds on the menu. Nothing seems to change whatever I do in the settings.
site is yokoso.co.uk
Hey Yewbarton,
Add this to quick css to go to mobile sooner:
@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,
Jordan Shannon