Archived topic
Navigation search moves to the right side in Split theme
5 replies · Started by _blank on June 2, 2021
Hi,
The navigation search moves to the right side with the hamburger menu on phones, instead of being on the other side, when the "branding type" is switched to "Site Title".
How can I get the navigation search and hamburger menu on either sides using "Site Title" as Branding type?
Hi there,
can you share a link to the site with the Branding Type set to what you need and we'll provide the adjustment CSS
Hi, added the url
Hi Nas,
Go to customizer > additional CSS, change this CSS:
https://www.screencast.com/t/BUvybtYij
to this:
.site-branding, .site-logo, .navigation-branding {
position: absolute;
left: 50%;
transform: translateX(-50%);
z-index: 200;
}
Let me know :)
That worked, thanks Ying.
You are welcome :)