Wo ist der Punkt, wo die Pixelzahl zwischen PC- und Mobil Menü eingestellt wird?
Gruß
Andreas
Hey AndreasSeydell,
Please, can you explain your question better?
Best regards,
John Torvik
Hi,
Thanks for the screenshots. Just to clarify, the problem is that the menu is overlapping the logo? If so, could you post a link to the site in question so that we can have a closer look please?
Best regards,
Rikard
Hi,
To be sure we understand properly, you need to modify the mobile menu to come up faster, correct?
Best regards,
Basilis
Yes, the second piture need the mobil menu.
I think we need an individual pixel value to change from standard to mobil menu.
Regards
Andreas
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1125px) {
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
Perfect !!!
THX
Please close this thread.
Andreas