Hi,
can you help me with this problem?
The Logo goes over the navi on ipad.Is it possible to put the navigation under the logo?
When not it would be great to get the code for the burger menu when its not a big screen.
Thanks a lot!
Many greetings rixi
Hey rixi,
Please try this in Quick CSS, in order to activate the burger menu at an earlier point:
@media only screen and (max-width: 1350px) {
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 Rikard,
perfeccccct, thanks alot!!!!!!!!!!!!!!!! Looks great!
Have a nice weekend,
rixi