Archived topic
Logo to left
1 reply · Started by James on January 18, 2018
I've just installed a new site with GP theme and GP Premium. I'd like the logo to be on the left and aligned vertically with the Site Title and tagline. I've tried the following css from the docs but it doesn't do anything? You can see test site here:
@media (min-width:769px) {
.site-branding {
display: inline-block;
}
.site-logo {
float: left;
margin-right: 20px;
}
}
Hi there,
There isn't enough room for the logo to be on the left as the tag line takes the entire width of the container.
You can try increasing the container width:
https://docs.generatepress.com/article/container-layout-overview/
or reduce the size of the logo/title/tagline.