Archived topic
Site Logo Before Site Title?
7 replies · Started by Aaron on October 20, 2016
How can I get the site logo to show before the site title. I have all the add-ons but don't see a option to do this. Whenever I upload a logo it shows up underneath the site title. Basically I'm trying to get the logo to show on the left side of the header and then the site title to appear after, next to the logo.
Hi there,
This might help: https://generatepress.com/forums/topic/how-to-swap-logo-and-title-position/#post-199075
Let me know :)
I have tried the function but it only swaps the position of the the site title and logo. So now instead of the logo being underneath the title, now the title is underneath the logo. I'm trying to get the logo to be on the same line for the header as the site title with the logo being on the left side and the site title showing after the logo.
Ah sorry about that, I misunderstood.
This topic should help: https://generatepress.com/forums/topic/logo-next-to-site-title/#post-118692
This worked I have the logo in the same space as the site title in the header however how can I align the logo so it's all the way to the left just like the navigation bar?
I also noticed the site title is floating now instead of the original spacing it had prior to using the logo how can I get the site title spacing centered?
You'll want to remove the left padding in the header using the Spacing add-on in "Customize > Layout > Header".
You can move the site title down with some CSS like this:
@media (min-width: 769px) {
.site-branding {
margin-top: 20px;
}
}
Worked perfectly thank you :)
You're welcome :)