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 ?

cristian_wp
Visitor
2 0 0

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-...

 

Product Image issue.png

Replies 2 (2)

Spac-es
Shopify Partner
406 119 154

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:result.PNG

 I hope it helped you out!

Any donation is welcome! https://www.buymeacoffee.com/spacescoffee Thanks in advance!
cristian_wp
Visitor
2 0 0

It doesn't work