Archived topic
Setting to change text spacing for grid view?
4 replies · Started by Travis on January 12, 2018
Viewing posts 1–5 of 5
On my blog home page, I am trying to close the gap of the titles / images. Too much space. I can't seem to figure out where I can do that?
Hi there,
Try this CSS:
.post-image-above-header .inside-article .post-image {
margin-bottom: 0.5em;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Leo is there also a way to close the gap on the exert text in relation to the title?
The code worked perfect for the title vs. the bottom of the featured image tho!! Thank you!!
This should work:
.entry-summary {
margin-top: 0;
}
Perfect!
This archived topic is closed to new replies.