Archived topic
How can i center my primary navigation?
1 reply · Started by Uroš on October 16, 2019
1. I want to center my primary navigation on desktop in center.
So it will look like this Logo(left) / Primary navigation(center) / Cart,search(right).
2. I want to make different mobile header.. so something similar to what casper.com did. how could i make that?
Hi there,
1. Did we not accomplish that in your last topic?
2. To move the menu toggle to the left of the logo add this CSS:
.main-navigation.has-branding .menu-toggle {
order: -1;
}
You can remove the Mobile Menu label from the Customizer > Layout > Primary Navigation