Archived topic
How to Adjust Spacing Between Featured Images and Titles on Home Page
1 reply · Started by Brandon on January 28, 2019
Viewing posts 1–2 of 2
The default home page for the blog post feed has large spacing between the post featured image and the post title. How do I adjust the spacing to bring these two closer together?
Hi there,
Give this CSS a shot:
.post-image-above-header .inside-article .post-image {
margin-bottom: 0.5em;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
This archived topic is closed to new replies.