Site logo

[Resolved] Second menu.

Home Forums Support [Resolved] Second menu.

Home Forums Support Second menu.

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #2532372
    Jusung

    When you see this site, the primary menu is on the right.

    I want to put the primary menu on the left next to the title.
    And I want to make another menu(my account, Cart…) that will be put on the right side.

    Also, when it is mobile, I would need to show all menu itmes (primary menu & second menu)

    I kinda of have no idea how I can make this..

    Could you give me an idea to make this..?

    on pc
    Title primary menu second menu

    on mobile,
    there would be only toggle that will be able to show all items of prmary menu and second menu.
    So, maybe I will make a third menu that will only be shown on mobile..?

    #2532394
    Fernando
    Customer Support

    Hi Jusung,

    You can set the Navigation location in Appearance > Customize > Layout > Primary/Secondary Navigation > Navigation Location.

    References:
    https://docs.generatepress.com/article/navigation-location/
    https://docs.generatepress.com/article/secondary-navigation-location/

    Then, you can use the Off Canvas Panel for Mobile view, and create a menu specifically for mobile that has both Primary and Secondary menu items.

    References: https://docs.generatepress.com/article/off-canvas-panel-overview/
    https://docs.generatepress.com/article/using-the-wordpress-menu-builder/

    #2532770
    Jusung

    I understand. I can use menu 1 and menu 2 and off canvas for mobile.

    However, when you see the menu, the title is in the center.

    I want to put the title on the left.
    put title first and primary menu next to the title. and on the right, wanna put the secondary menu.

    #2532906
    David
    Staff
    Customer Support

    Hi there,

    are you really wanting to have 2 x Hamburger menus on mobile?

    #2533112
    Jusung

    no. On mobile, all menu should be removed and I will make off canvas menu only for mobile.
    What I need to do is to put the titel on the left and primary menu and put the secondary menu on the right.

    #2533116
    David
    Staff
    Customer Support

    Ok, can you set up the Off Canvas panel first set it to Show on Mobile, and then in Customizer > Layout-> Header enable the Mobile Header.

    #2533130
    Jusung

    I have done it.

    #2533199
    David
    Staff
    Customer Support

    In the Customizer > Layout > Header –> Mobile header you can add a logo or set the Branding type to Site Title.

    Now you need to create a new Menu in Appearance > Menus, and set its location to Off Canvas Panel.

    #2533742
    Jusung

    It is working well.

    But On PC.
    I want to put the title on the left(not center)
    Title_Primary-Menu________________Secondary-Menu
    I want to make like this.

    but on the documentation, there is no way to put like this.

    #2533751
    Fernando
    Customer Support

    Try adding this through Appearance > Customize > Additional CSS:

    @media (min-width: 1025px) {
        .site-branding {
            order: -11;
        }
    }
    #2533768
    Jusung

    thank you!

    It works!

    I just have a question.
    Is there other way to make this not using “order CSS”?

    #2533773
    Fernando
    Customer Support

    Try setting the Navigation Location to Float Left: https://docs.generatepress.com/article/navigation-location/

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