Archived topic
Reduce space between two headlines in single column
3 replies · Started by Jayanta on November 2, 2020
Viewing posts 1–4 of 4
Hi,
In this website, the category "Sports" shows three headlines one after another in single column. How can I reduce the space between the headlines?
Hi there,
Try this CSS:
.wp-show-posts:not(.wp-show-posts-columns) .wp-show-posts-single:not(:last-child) {
margin-bottom: 0.5em;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
It worked! Thank you.
No problem :)
This archived topic is closed to new replies.