Archived topic
Menu disappears on Mobile View
3 replies · Started by Ted on April 19, 2020
I don't understand why the primary menu disappears when in mobile view - is this the default? I'd like to have a burger menu in the header/primary nav, thought this would be the default but appears not (not a massive fan of the off canvas menu..). Any way to resolve this?
Thx
Hi there,
Go to Additional CSS field in the customizer and remove this block of CSS:
.main-navigation .inside-navigation .menu .slideout-toggle, button.menu-toggle, .slideout-overlay {
display: none !important;
}
Let me know if this helps :)
Hey Leo,
That worked perfectly, thanks for your help!
Cheers.
No problem :)