Home › Forums › Pro Support › Cards image size › Reply To: Cards image size
September 13, 2019 at 4:00 pm
#11111
Keymaster
To remove the padding, try this:
.wpsp-polaroid .wp-show-posts-inner {
padding: 2em;
}
Box shadow would also require CSS, as there are no options for that right now.