[Resolved] Two mobile menus appearing after update to GP Premium 1.5

Home Forums Support [Resolved] Two mobile menus appearing after update to GP Premium 1.5

Home Forums Support Two mobile menus appearing after update to GP Premium 1.5

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #421812
    Paul

    Since updating to GP Premium 1.5 I’ve noticed I’m getting two mobile menus appearing when the browser window is between 768-1024px wide.

    I believe I did make some changes to the CSS a while back because I wanted the mobile menu to appear sooner – I suspect that might be related to this issue.

    The menu on the right is the one I want to hide/remove:

    Any ideas?

    #421821
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Are you using some custom CSS to display the mobile toggle at a greater width than 768px?

    #421822
    Paul

    Hi Tom, yes I have it displaying at 1024. Followed the instructions here:

    https://docs.generatepress.com/article/mobile-navigation/

    #421829
    Tom
    Lead Developer
    Lead Developer

    Try adding this CSS:

    @media (max-width: 1024px) {
        .slide-opened #site-navigation.toggled ul {
            display: none;
        }
    }
    #421832
    Paul

    Thanks Tom, that appears to have fixed it ๐Ÿ™‚

    #421834
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

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