[Resolved] How To combine

Home Forums Support [Resolved] How To combine

Home Forums Support How To combine

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1556151
    Sourabh

    HI,

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

    Better if all the (Primary + Secondary Header Menus) option combines under Hamburg icon of mobile version?

    Thanks:

    #1556852
    David
    Staff
    Customer Support

    Hi there,

    you would need to enable the Off Canvas Navigation option for Mobile:

    https://docs.generatepress.com/article/off-canvas-panel-overview/

    Then create a new Menu that has ALL of your menu items and assign this to the Off Canvas location.

    Then add this CSS to remove the Secondary Nav Hamburger on Mobile:

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

    Okay Trying, Thanku

    #1557146
    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.