Archived topic
Need space between single post images and paragraph
3 replies · Started by Suraj on February 5, 2023
Viewing posts 1–4 of 4
Hi team,
How can I give space between single post images and paragraphs?
Thanks in advance
Hi there,
Try this CSS:
.entry-content .wp-block-image {
margin-bottom: 1.5em;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Thanks
No problem :)
This archived topic is closed to new replies.