@Chillsmart you can try this code
Add this css at the bottom
Online Store ->Theme ->Edit code
Assets → theme.scss.css
.grid-product__image-mask {
height: 220px;
}
Issue: Product images display at inconsistent sizes on collection/product pages.
Proposed Solutions:
Multiple users suggested adding CSS code to standardize image heights:
.grid-product__image-mask or .grid-product__image-mask .image-wrap classesheight: 220px or padding-bottom: 100% propertiestheme.scss.css or theme.css.liquid files via Online Store > Theme > Edit Code > AssetsOutcomes:
Current Status: Discussion remains open with unresolved cases. Theme-specific variations appear to affect which solutions work, and mobile responsiveness remains problematic for some implementations.
@Chillsmart you can try this code
Add this css at the bottom
Online Store ->Theme ->Edit code
Assets → theme.scss.css
.grid-product__image-mask {
height: 220px;
}