Archived topic
Placing logo above site title and tagline
3 replies · Started by Barbara on September 12, 2019
Viewing posts 1–4 of 4
Hi,
I'd like to place a logo above the site title and headline but it shows up below:
https://screencast.com/t/QiUc33rz
How do I place it above?
Thank you.
Barbara
Hi there,
try this CSS:
.site-logo {
order: -1;
margin-bottom: 10px;
}
Thanks David, works perfectly!
Glad to be of help.
This archived topic is closed to new replies.