Archived topic
Primary Navigation on right
3 replies · Started by William on November 12, 2021
Hello -
I'm probably missing something very simple, but wanted to ask if there is a way I can get the primary navigation to be more to the right side of the screen on desktop? Here is an example URL where my navigation is nudged up next to the site title: https://homeappliancehero.com/small-home-appliances/thermostats/how-to-unlock-honeywell-thermostat/
This is how I'd ideally like it laid out:
https://www.toolsofmen.com/how-water-hardness-impacts-soap-performance/
Thank you in advance!
Hi William,
Can you go to customizer > layout > header, set the Inner Header Width to contained?
Let me know if this helps :)
Hi Ying -
Thank you for the response. Unfortunately the primary navigation and the site title are still a bit jumbled.
https://homeappliancehero.com/
Any ideas?
Thank you.
Remove this CSS in the Additional CSS field in the customizer:
.site-branding,
.site-logo {
position: absolute;
left: 50%;
transform: translateX(-50%);
z-index: 200;
}