[Support request] Child toggle not showing on mobile menu

Home Forums Support [Support request] Child toggle not showing on mobile menu

Home Forums Support Child toggle not showing on mobile menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #973859
    webmaster

    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

    #973883
    David
    Staff
    Customer Support

    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

    #975871
    webmaster

    Hi David
    Thank you so much, that has fixed the problem.
    Gina

    #975990
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.