Using Share and Discovery App on Shopify with Mosaic. When I add complementary Products to Product it just looks bad, tiny product picture huge grey space. Anyone know how to fix this?
https://pakmule.com/products/pakmule-pro
Bonus if you know how to get complementary products on cart drawer in mosaic?
1 Like
You can add this code to custom.css file of your theme.
.product-single__meta .product-recommendations-placeholder .grid-product__link { justify-content: center; }
.product-single__meta .product-recommendations-placeholder .grid-product__image-mask { width: 160px !important; padding-top: 30px;}
.product-single__meta .product-recommendations-placeholder .product-recommendations__slide { display: flex; gap: 20px; }
Here is the result
1 Like
You’re the real deal. Worked. Thank you so much, not perfect, but definitely better.