Archived topic
Add padding between Title and Meta on Home Page
3 replies · Started by Michelle on October 14, 2021
Viewing posts 1–4 of 4
How do I add padding between the Title and Meta on the Home Page?
Hi there,
Try this CSS:
.wp-show-posts .wp-show-posts-entry-title {
margin-bottom: 20px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thank you. That worked perfectly!
No problem :)
This archived topic is closed to new replies.