Site logo

Archived topic

Remove lateral paddings of images in posts

3 replies · Started by Albert on June 1, 2022

Viewing posts 1–4 of 4

Hi Albert,

The featured image has a custom CSS code affecting its margin.

To replicate this for all post images, here is a CSS you may try adding in Appearance > Customize > Additional CSS:

body.single-post figure.wp-block-image {
    margin-left: -20px;
    margin-right: -20px;
    max-width: unset;
}

Kindly let us know how it goes.

Thank you very much!!

You’re welcome Albert!

This archived topic is closed to new replies.