Hello,
I have a display problem with my menu.
There are a lot of items on the menu. when you have a big screen it’s ok.
When I change the size of the window, the menu goes above the logo.
Can you please help me to bring up the hamburger menu as soon as the menu starts to pass over the logo?
Thanks in advance.
The maximum width of the container is 1310.
Have a good day
Hey edwinbaes,
You can try and make the menu collapse earlier.
Please try the following in Quick CSS under Enfold->General Styling:
@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;
}
}
Change the value 1024 to the pixel value of your choice.
Best regards,
Jordan Shannon
It’s work great !
Many thanks.
Hi,
Perfect! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon