Hi there,
How can I get the site title, tagline and the logo all in line with each other horizontally?
They are currently stacked up under each other, I’d like to have them in line as so (logo, title, tagline).
I’ve had a look through the forum and found the following css:
@media (min-width:769px) {
.site-branding {
display: inline-block;
}
.site-logo {
float: left;
margin-right: 20px;
}
}
However, this doesn’t seem to work and the order remains the same.
Many thanks.
GP Premium 1.7.8