Home › Forums › Pro Support › Cards image size › Reply To: Cards image size
August 23, 2019 at 7:49 pm
#10877
Keymaster
Hi there,
What happens if you remove the image sizes and show the full size?
As for the space, are you adding some CSS like this?:
@media (min-width: 560px) {
.wpsp-card.wpsp-polaroid .wpsp-content-wrap, .wpsp-polaroid .wp-show-posts-inner {
padding: 2em;
}
}
It’s hard to tell where it’s coming from as all of the CSS is combined.
Let me know 🙂