Why Are The Images In The Product Grid So Large How can I fIx it?

Why are the images in the product grid so large?

How can I fix it?

Link attached bellows.

https://www.weldpress.co.uk/collections/all?filter.v.price.gte=&filter.v.price.lte=&sort_by=created-descending

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