Archived topic
How can I align my site title with navigation?
1 reply · Started by Former User on December 22, 2017
Viewing posts 1–2 of 2
Hello,
I have this problem on my website:

As you can see, my site title is not aligned (is not and img, it is just text). How can I align it vertically with navigation?
My website is: https://joelcantero.com/
Thanks
Joel
Hi there,
Try this CSS:
.main-title {
line-height: 35px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
This archived topic is closed to new replies.