[Resolved] How do I disable Hamburger Menu on Desktop Site

Home Forums Support [Resolved] How do I disable Hamburger Menu on Desktop Site

Home Forums Support How do I disable Hamburger Menu on Desktop Site

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #701194
    dnrtech

    How do I disable Hamburger Menu on Desktop Site?

    The red menu box in top left

    http://c56368.sgvps.net/~dnrstudios/

    I’m using Vertical

    #701503
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (min-width: 769px) {
        .slideout-header {
            display: none;
        }
    }

    More info here: https://docs.generatepress.com/article/responsive-display/

    Let me know if this helps 🙂

    #701566
    dnrtech

    Does that get put into the “Additional CSS” section? That’s where I tried, but made no difference. Still there, even if greater than 800.

    #701578
    Leo
    Staff
    Customer Support

    You can use whichever method you are using for other CSS already.

    I’m not seeing the CSS being added currently.

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