Product Grid Images too large or cut off

Hi,

I am using the Distinctive Theme and having issues with images being cut-off or too large as if being zoomed in or not centered

Can you please help? Thanks!

Website: www.herosse.com

This is Noah from PageFly - Shopify Page Builder App

Hi @Angelf1111 can you provide password your website, Thank you so much.

Best regards,

Noah | PageFly

steffa

You can try this code by following these steps:

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file base.css or theme.css

Step 3: Insert the below code at the bottom of the file → Save

.product-card .product-featured-image-link img {
   object-fit: contain !important;
}

Here is result:

Hope this can help you.

Kind regards