Archived topic
Mobile Sub Menu Doesn't Expand
3 replies · Started by erik on October 23, 2018
This is a dumb question, I'm sure. According to the documentation...
By default, you can tap/click the dropdown arrow to the right of your menu item.
My submenus on mobile do not have an arrow next to the main level items. On desktop, it is hover to expand the menu. I'd like the user to be able to expand the mobile nav.
Please advise. Appreciate the help!
Hi there,
There should be dropdown arrow on desktop by default as well whether you are using hover or click.
Are you removing it with this CSS?
https://generatepress.com/forums/topic/arrow-on-menu-drop-downs/#post-172450
If so wrap it in media query like this so it's desktop only:
@media (min-width: 769px) {
/*Desktop only CSS here*/
}
Let me know if this helps :)
I have been working on this website for so long, I forgot that I did hide the arrow but did not use a media query. Thank you so much for the help.
No problem :)