Archived topic
Padding in excerpts in WPSP
3 replies · Started by Jagdish on July 25, 2019
Viewing posts 1–4 of 4
I need padding in excerpts in WPSP on homepage grid.
Hi there,
Try this CSS:
.wp-show-posts-entry-summary, wp-show-posts-entry-meta {
padding: 20px;
}
.wp-show-posts-entry-meta {
padding: 0 20px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Please make sure to open support topics in WP Show Posts support forums as it's a separate plugin/product.
Thanks!
Thank you Leo. It worked.
No problem :)
This archived topic is closed to new replies.