- This topic has 11 replies, 3 voices, and was last updated 3 years, 2 months ago by
Fernando.
-
AuthorPosts
-
February 13, 2023 at 9:25 pm #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 menuon 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..?February 13, 2023 at 10:09 pm #2532394Fernando 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/February 14, 2023 at 5:17 am #2532770Jusung
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.February 14, 2023 at 7:13 am #2532906David
StaffCustomer SupportHi there,
are you really wanting to have 2 x Hamburger menus on mobile?
February 14, 2023 at 7:53 am #2533112Jusung
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.February 14, 2023 at 7:58 am #2533116David
StaffCustomer SupportOk, 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.
February 14, 2023 at 8:15 am #2533130Jusung
I have done it.
February 14, 2023 at 9:32 am #2533199David
StaffCustomer SupportIn 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.
February 15, 2023 at 12:29 am #2533742Jusung
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.
February 15, 2023 at 12:46 am #2533751Fernando Customer Support
Try adding this through Appearance > Customize > Additional CSS:
@media (min-width: 1025px) { .site-branding { order: -11; } }February 15, 2023 at 1:13 am #2533768Jusung
thank you!
It works!
I just have a question.
Is there other way to make this not using “order CSS”?February 15, 2023 at 1:16 am #2533773Fernando Customer Support
Try setting the Navigation Location to
Float Left: https://docs.generatepress.com/article/navigation-location/ -
AuthorPosts
- You must be logged in to reply to this topic.