Tagged: full width sub menu
Hi,
I was wondering if it was possible to have the full-width sub menu on a page appear as a burger icon (the way it does on mobile) when it’s displayed on a desktop size screen.
Thank you for your help!
Hey Insight_PR,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .av-submenu-container .mobile_menu_toggle {
display: block;
}
#top .av-submenu-container .av-subnav-menu {
display: none;
}
Let us know if this helps :)
Best regards,
Nikko
Hi Nikko!
The code almost worked. It created the burger menu as I wanted, but when I click on it on the desktop view, it doesn’t expand (nothing happens). Can this be fixed?
Thank you!
Hi,
Can you post a link to your site? so we can check it.
Best regards,
Nikko