Hi there,
its about this page:
when the window is dragged to a smaller widths, the menu items overflow into a second and third row. Doesn’t look good. I would like the menu items to change to the burger menu before they overflow. Can you please advise me how to fix this?
Best,
Petra
Hi Petra,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1150px) {
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
Yes thank you. Thats better
Hi ausgesonnen,
I’m glad that Rikard could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko