If you want all your images within your blog posts to have padding you could try targeting the images within the posts.
As default (I think) the posts are contained with the div class “storycontent” so you could try:
.storycontent img {padding: 0px 0px 0px 0px;}
Just add the padding you want.