Hello, we seem to have an issue on some mobile devices (iPads) were the main menu overlaps the logo:
Is there any way of solving the issue?
ANy help with this will be greatly appreciated
Javier
Hey jdelgadoesteban,
Would it be okay if the hamburger menu is shown instead (like one in mobile or tablet) instead when the main menu starts to overlap with the logo?
Best regards,
Nikko
Dear Nikko, thanks for your suggestion, yes I think it would. How would I achieve it?
Kind Regards
Javier
Hi Javier,
Can you try adding this css code in Quick CSS, located in Enfold > General Styling:
@media only screen and (max-width:1350px) {
.responsive #top .main_menu .av-main-nav .menu-item {
display: none;
}
.responsive #top .main_menu .av-main-nav .menu-item-avia-special {
display: block;
}
}
Best regards,
Nikko
Nikko, thanks for that, does seem to work well.
Thanks!
Hi,
Did you add the code to the very top of quick css so it runs first. Also, be sure clear the cache a few times over.
Best regards,
Jordan Shannon