Reply To: Logo right from site title – Hooks?

Home Forums Support Logo right from site title – Hooks? Reply To: Logo right from site title – Hooks?

Home Forums Support Logo right from site title – Hooks? Reply To: Logo right from site title – Hooks?

#154216
Philip

Thanks Tom,

Code works fine, thanks for the hint! Figured out how to get the site information and the logo side by side:

.site-branding {
	float: left;
}

.site-logo {
	float: right;
}

but the site title seems to be aligned on top. How do I give them the same space right above the main navigation?

Greetings
Philip