Home › Forums › Pro Support › Image padding › Reply To: Image padding
June 4, 2018 at 1:09 pm
#4770
Moderator
Hi mike,
Give this CSS a shot:
.wp-show-posts-image.wpsp-image-center {
margin-top: -20px;
margin-left: -20px;
margin-right: -20px;
}
Let me know 🙂