Archived topic
Mobile nav sub menu open
5 replies · Started by Dan on January 12, 2021
Is it possible to have the the sub menus set to hover on desktop and visible on mobile? So you don't have to click on the arrow when in the mobile menu?
Hi there,
try the CSS provided here:
That was exactly the response I needed. Thank you!
Just a quick question: Can you explain why it works and has nothing in the code that targets a mobile menu or a mobile breakpoint? Or am I missing something obvious?
Hi Dan,
This selector .main-navigation.toggled is only targeting the toggled main navigation which appears as a hamburger icon :)
Thanks for the reply. Makes sense.
No problem :)