Tagged: Burger Menu
Hello,
I had to add an item to the menu of a site I’m working on. As a result, the menu becomes very long and I would like to force the display of the Burger to 1220 rather than 990. How should I do?
Thanks for your feedback.
Hey doboon,
I see that you are using a very old version of the theme, please Try to update manually via FTP: https://vimeo.com/67209750
Then try this code in the General Styling > Quick CSS field:
@media only screen and (max-width: 1220px) {
.av-burger-menu-main {
display: block!important;
}
#top .av_mobile_menu_tablet .av-main-nav .menu-item {
display: none!important;
}}
Best regards,
Mike
Hi Mike,
Thank you. My problem is fixed.
For the theme update, why it’s not automatic? This is provided in the settings of the theme yet and I think I remember that it worked at the beginning.
Have I misconfigured something?
I have the same problem with all the sites I built with Enfold, none update the theme.