Archived topic
Logo to right - Title and Tage to left
5 replies · Started by Leanne on August 29, 2021
Viewing posts 1–6 of 6
I would like to put the picture (logo) to the right of the Site Tile and Tag line.
Can you tell me how to do this?
Thanks!
Hi there,
Try this CSS:
.site-header .site-branding-container {
flex-direction: row-reverse;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Yes, that helps a lot. How can I center the site title over the tag line?
This should help:
.site-branding {
text-align: center;
}
Fabulous! Thank you so much.
No problem :)
This archived topic is closed to new replies.