Removing white spaces between the images in the product descriptions

Hi

So I have tried to serveral methods that were given in Solved: How to remove spacing between images in product description - Shopify Community, however it didn’t work. I am using Dawn.

I wonder if there are other alternatives.

here is the link to the site Athena the Silicone Doll .

Hi @AstorG1

Please use this code instead of

.product__description.rte img {
display: grid !important;;
gap: 0 !important;;
margin: 0 !important;;
border: unset !important;
}
1 Like