[Resolved] How to combine primary and secondary menu together?

Home Forums Support [Resolved] How to combine primary and secondary menu together?

Home Forums Support How to combine primary and secondary menu together?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1448400
    Jennifer

    How do you combine the secondary menu within the primary menu on mobile? I really would like one menu instead of two separate menus on mobile.

    Thank you

    #1448482
    David
    Staff
    Customer Support

    Hi there,

    the simples method would be to use the Off Canvas navigation for mobile, create a new combined Menu and assign it to the off canvas.

    Then use this CSS to remove the secondary nav on Mobile:

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

    The alternative is to use this method:

    https://docs.generatepress.com/article/using-a-different-menu-on-mobile/

    #1448505
    Jennifer

    Okay thank you 🙂

    #1448604
    David
    Staff
    Customer Support

    You’re welcome

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