Archived topic
Adjust padding for post images
3 replies · Started by Ramon on July 14, 2017
How do I adjust the padding for images inserted in posts? For example, I have two images in http://rgarciavazquez.com/?p=400.
You'll notice that the right padding is okay (though I would like a little more padding there), but there is no bottom padding. The text is right up against the bottom of both images. I don't see any option available to make those adjustments.
Appreciate the help,
RGV
Hi there,
Try this CSS:
.entry-content .alignleft {
margin-right: 2em;
margin-left: 1em;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thank you! I used the Simple CSS, which allows page-specific changes, rather than the Additional CSS function.
No problem!