[Resolved] Menu breakpoint

Home Forums Support [Resolved] Menu breakpoint

Home Forums Support Menu breakpoint

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #498694
    Harris

    Hello,

    How can I adjust the menu breakpoint?
    I mean the point from wich the full menu becomes a hamburger.

    Can I set somehow if the full menu at the users screen breaks in two lines then convert it to hamburger?
    If not can I just set a specific breakpoint? i.e. from 1200 px and less the mobile menu to kick in?

    And one more thing, how can I hide the top bar in mobile and tablet modes?

    Thanks

    #498947
    Leo
    Staff
    Customer Support

    Hi there,

    1. This is planned feature but for now this should help: https://docs.generatepress.com/article/mobile-navigation/#initiating-the-mobile-navigation-at-a-different-width

    2. Try this CSS:

    @media (max-width: 768px) {
        .top-bar {
            display: none;
        }
    }
    #498957
    Harris

    Thanks Leo

    #499049
    Leo
    Staff
    Customer Support

    No problem!

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