I want to decrease the space between the Inspired by and Retail price
this code alligned both the add to cart and retail prices .collection__grid-loop.product__list-carousel .flickity-slider .product-index .product-info { height: 100px !important; } .collection__grid-loop.product__list-carousel .flickity-slider .product-index .product-metafields { height: 140px !important; } .collection__grid-loop.product__list-carousel .flickity-slider .product-index .product-metafields > p:nth-child(2) { height: 72px; }
Moeed
2
Hey @aromaticaparfum
Replace your code with this code
.collection__grid-loop.product__list-carousel .flickity-slider .product-index .product-info { height: 60px !important; } .collection__grid-loop.product__list-carousel .flickity-slider .product-index .product-metafields { height: 110px !important; } .collection__grid-loop.product__list-carousel .flickity-slider .product-index .product-metafields > p:nth-child(2) { height: 35px; }
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi. It is causing overwriting on some of the prices of the product as you can see in the image below.
DaisyVo
4
Hi @aromaticaparfum
Daisy here again
Please kindly go back to the code I sent you and adjust it by reducing the number here, it should work as expected
I hope this helps
Best,
Daisy