Hi @KMichael ,
Please add code:
.product-grid .card .media {
background: #fff !important;
}
.product-grid .card__media .media img {
height: 100% !important;
width: auto !important;
margin: auto;
right: 0;
}
Main issue: product images appear too large or are cropped (both in product pages and “You may also like” grids), causing users to scroll and preventing full visibility.
Key fixes proposed (CSS in base.css):
Outcome and latest update: Removing conflicting CSS in base.css improved display for many items. Some images (e.g., sectionals page 4) still don’t fit perfectly due to varying aspect ratios.
Context: Screenshots and page links were central. CSS (cascading style sheets) adjustments control image sizing; padding-top percentage is used to enforce an aspect-ratio container.
Status: Partial improvement; no universal solution finalized. LitCommerce notes a global fix will affect all images. A new question on applying this to another Shopify/Origin theme remains unanswered.
Hi @KMichael ,
Please add code:
.product-grid .card .media {
background: #fff !important;
}
.product-grid .card__media .media img {
height: 100% !important;
width: auto !important;
margin: auto;
right: 0;
}