Shopify themes, liquid, logos, and UX
Hi,
I want to ask if anyone know what happen. I use metafields to list a product. The sizes of the image are all the same yet the grid changes everytime I refresh. The grid that I used comes from other pages and it seems nothing is wrong only to this particular page which I assume from the metafields.
Please let me know how to solve this.
Solved! Go to the solution
This is an accepted solution.
Plz share your store URL
This is an accepted solution.
Plz share your store URL
Try with below CSS.
.pairing-products .product_thumbnail {overflow: hidden !important; display: block; padding-bottom:0 !important;}
.pairing-products .product_thumbnail img {max-height: 100%;}
@media(min-width:768px){
.pairing-products .product_thumbnail {height: 160px; width: 118px !important;}
}
@media(max-width:768px){
.pairing-products .product_thumbnail {height: 116px; width: 85px !important;}
}
I have figured it out, sorry for the bother. thankyou!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025