Hi,
i just saw that the webside i am doing right now looks not right on the ipad. the menubuttons are in two rows and the logo goes over the menu.
I dont really now what the problem is there.
Would be great if somebody can help me :)
thanks a lot,
rixi
Hey rixi,
Thanks for the link, though I can’t see any overlapping on any screen size on my end. You could try to change the breakpoint using this CSS though:
@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,
Rikard
Hi rixi,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria