How to delete space between image collection (DAWN)

Hi,

On my home page, I have a featured collection and I would like to know how to delete the space between the images of each products. I would like the products to take all the width, no space between each of them so it looks kind of like a banner. I work with the Dawn theme.

I hope I am clear, thank you for your help!

@abellet

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

https://boutiqueflorebella.com

Its ‘‘Les favoris’’ collection that I would like to change

Thank you so much!

@abellet

try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
section#shopify-section-template--15172215079066__rich_text .rich-text {
    padding-bottom: 10px !important;
}
section#shopify-section-template--15172215079066__1638398295b53f3a5d {
    margin-top: 0px !important;
}