Archived topic
Post image padding or margin
6 replies · Started by _blank on September 1, 2017
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?
Hi Tom
Here it is, sorry forgot to include it.
http://be3.mackiedesigncompany.com/wp/work_slug/the-restaurant-group-trg/
Scott
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