Archived topic
Centre Site Logo / Title, have primary navigation also centered on the next line
1 reply · Started by Martin on March 11, 2023
Viewing posts 1–2 of 2
As per topic title, Centre Site Logo / Title, and have primary navigation, also centered, on the next line
What's the best way to achieve this?
Hi there,
go to the Customizer > Layout > Header --> Header Presets and choose Navigation After - Centered
And to stack the logo and site title, add this CSS:
.site-branding-container {
flex-direction: column;
}
.site-branding-container .site-logo {
margin: 10px 0;
}
This archived topic is closed to new replies.