How To Remove Spacing Between Images In Product Description (on Debutify 4.8)

Hello,
How To Remove Spacing Between Images In Product Description (on Debutify 4.8)
Thanks :folded_hands:

Hello @Hatimox , would you like to share your store URL. So, I can check further.

Regards,

Osama Farooqi

Hello Osama, thank you for your reply, here is the link: https://homeyfox-9478.myshopify.com/products/testtesttesttesttesttest
thanks in advance

Hi @Hatimox ,

Following these steps:

  1. Go to your online store → Theme → Edit Code

  2. Add the following code to the end of your theme.scss.css file

.product-single__description p {
    margin-bottom: 0;
}

Hope it’s useful to you @Hatimox !

Hello, thank you for your reply,
i couldn’t find any file by the name of theme.scss.css but i found theme.scss.liquid and i added the code but nothing changed

Hello @Hatimox , you can remove extra space from the bottom of these images by adding some custom CSS to ‘product.liquid’ or ‘main-product.liquid’.


Then it will look like this, feel free to ping me back if you need any further assistance :slightly_smiling_face:

Regards,

Osama Farooqi