[Resolved] Adjust padding for post images

Home Forums Support [Resolved] Adjust padding for post images

Home Forums Support Adjust padding for post images

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #349313
    Ramon

    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

    #349377
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .entry-content .alignleft {
        margin-right: 2em;
        margin-left: 1em;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #349451
    Ramon

    Thank you! I used the Simple CSS, which allows page-specific changes, rather than the Additional CSS function.

    #349454
    Leo
    Staff
    Customer Support

    No problem!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.