Archived topic
Shorten gap and centre H2 under featured image
5 replies · Started by Tommy on February 21, 2023
How do I shorten the space between the bottom of my featured images and the headings, also how do I make the heading centre? On archive pages?
Hi Tommy,
Can you try the Content Separator option in the customizer first?
https://docs.generatepress.com/article/content-separator/
Let me know :)
Ah, that shortened the gap. How do I centre the heading?
Add this CSS:
h2.entry-title {
text-align: center;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Perfect, thank you!
No problem :)