Archived topic
display secondary items in mobile menu
3 replies · Started by Jesse on February 2, 2023
I only see the top-level navigation items in my mobile menu. I am not using the off-canvas menu by the way. I followed instructions in a similar support ticket and set the Navigation Dropdown parameter to Click - Arrow, but this hasn't had any effect. I'd like to be able to see the secondary menu items on mobile. Thanks.
Hi there,
Looks like you've removed the drop down menu toggle with this CSS:
.dropdown-menu-toggle{display:none!important}
Is that intended? If so you would need to make it desktop only with media query:
https://docs.generatepress.com/article/responsive-display/
Thank you, that did the trick.
No problem :)