Archived topic
adjust the spacing H1 title for blog and the next line (author and post date)
5 replies · Started by Paul on June 27, 2021
Viewing posts 1–6 of 6
Hello,
How do you adjust the spacing between H1 title for blog and the next line (author and post date) using CSS?
Hi there,
can you share a link to a page where i can check the layout being used ?
Hi Paul,
Try this CSS:
h2.entry-title {
margin-bottom: 0.5em;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
This works, many thanks!
No problem :)
This archived topic is closed to new replies.