[Resolved] mobile menu won't close

Home Forums Support [Resolved] mobile menu won't close

Home Forums Support mobile menu won't close

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #509412
    Gem

    Hi, Can you please help, the mobile menu opens ok but will not close on click.

    Kind Regards,

    Gem

    #509781
    Leo
    Staff
    Customer Support

    Hi there,

    Can you try #1 here? https://docs.generatepress.com/article/debugging-tips/

    Let me know.

    #509849
    Gem

    I fixed this with the following CSS


    @media
    (max-width: 768px){
    .mobile-header-logo .main-navigation.mobile-header-navigation .menu-toggle{
    display: block;
    position: relative;
    z-index: 999;
    }
    }

    #510121
    Leo
    Staff
    Customer Support

    Ok glad you figured out!

    #510179
    Gem

    Thanks for your help Leo ๐Ÿ˜€

    #510256
    Leo
    Staff
    Customer Support

    It’s all you ๐Ÿ™‚

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