Site logo

Archived topic

Post image padding or margin

6 replies · Started by _blank on September 1, 2017

Viewing posts 1–7 of 7

Hi

Would you be able to help me with some CSS. I'd like to add some padding or margin top/bottom of certain post image. I've created a class

img.post {
padding-bottom:20px;
padding-top: 20px;

}

Tried putting it here, but guessing I've done it wrong!

Thanks
Scott

Can you link me to the page with the image?

Hmm try changing the class name to post-image-padding, then CSS to this:

img.post-image-padding {
    padding-bottom:20px;
    padding-top: 20px;
}

Hey Thanks Leo that worked.
Scott

No problem!

Cool, have a good weekend hombre.
Scott

This archived topic is closed to new replies.