Why are the images in the product grid so large?
How can I fix it?
Link attached bellows.
Why are the images in the product grid so large?
How can I fix it?
Link attached bellows.
Add this code in your base.css file:
.card__inner.color-background-1.gradient.ratio {
width: 70% !important;
margin: 0 auto !important;
}
Adjust the width percentage according to your preferences.
Result:
I hope it helped you out!
It doesn’t work