Archived topic
Position logo and site name separate
3 replies · Started by Frank on October 28, 2018
Hi,
I found out how to align the header content, but would love to position site title and logo seperatly.
The site title can stay to the left, but the logo is supposed to float right and up so that it stays to the right of the site title.
How can I accomplish that?
Kind regards,
Frank
PS: I'm using GP Premium 1.7.3-rc.1
Hi there,
Give this CSS a shot:
@media (min-width: 769px) {
.inside-header {
display: flex;
}
.site-logo {
margin-left: auto;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Thanks a lot, that did it.
Any idea, why I didn't get notified of your reply? I checked the box to get it.
Hmm maybe it's in junk mail box?
No problem :)