[Resolved] Hide mobile menus

Home Forums Support [Resolved] Hide mobile menus

Home Forums Support Hide mobile menus

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2028337
    Charles

    Hi,

    Can you give me some code to hide my primary and secondary menus on mobile. Thanks.

    #2028342
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question?

    You can use the private information field:
    https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information

    Let me know ๐Ÿ™‚

    #2028347
    Charles

    See Private.

    #2028354
    Ying
    Staff
    Customer Support

    Hi Charles,

    Try this CSS:

    @media (max-width: 768px) {
    #site-navigation, #secondary-navigation {
        display: none;
    }
    }
    #2028369
    Charles

    ty!

    #2029845
    Ying
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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