Archived topic
Primary navigation issue and position need help
5 replies · Started by MOHAMMAD on August 22, 2020
Hi,
It will take lot of word to discribe the issue, so i decide to use a image to show the issue and what extacty i am try to do. if you need login information i can send.
So, I want off canva menu to left of the site . and site logo in center and navigation search to right of the head.
and this moment i have on the off canvas menu but it it not showing in the top right for some reason.
like these
https://ibb.co/dQbSkDx
Hi there,
Try this:
1. Go to Customizer > Layour > Header and set your Logo or Branding.
2. Layout > Primary > Navigation --> Mobile Menu Breakpoint and set this to a really high figure ie. type in 6000.
3. The add this CSS:
#mobile-header .menu-toggle {
order: -1;
margin-right: auto;
}