Logo making website title appear on a new line
- The topic ‘Logo making website title appear on a new line’ is closed to new replies.
Need help? Check out our Support site, then
Hello,
I modified the CSS with the following code in order to have a HD logo without taking a lot of room:
.custom-logo {
width: 50px;
height: 50px;
}
But the problem is it pushed the title to a new line. Do you know how to fix this so that the logo and Title are aligned again ?
The blog I need help with is: (visible only to logged in users)
Hi,
You can make the logo and site title on the same line with this CSS:
.site-branding { flex-direction: row }
Thank you !
How can I find these on my own so that I don’t have to bother you when I have a question ?