Archived topic
Child toggle not showing on mobile menu
3 replies · Started by webmaster on August 2, 2019
Hi
On my live site, the toggle for child items submenu to appear is not showing on mobiles. (was working fine before)
I've noticed that it is there on my test site, which is a few weeks out of date. Only 1 plugin is different between the 2 sites - Cookie Notice for GDPR, but deactivating this doesn't help.
I tried overwriting the live custom css file with the test one but this didn't help.
I'd really appreciate some help with this. Cannot work out what is going on.
Thanks
Gina
Hi there,
you have this line of CSS that is removing the dropdown caret:
ul#menu-main-menu-aspire li .dropdown-menu-toggle:before{content: "";}
Wrap this in a media query so it only applies to the desktop version:
https://docs.generatepress.com/article/responsive-display/#responsive-breakpoints
Hi David
Thank you so much, that has fixed the problem.
Gina
You're welcome