Padding bestsellers section home page / Debut theme

Hey,

I would like to know how could I manage the padding between my picture on the home page and the bestsellers section on the home page ?

Thanks.

Link : https://relentless-clothingz.myshopify.com

Hi,

If you need space between home slider and Bestsellers

you can refer this image and add style in theme.scss accordingly.,

https://monosnap.com/file/6VGGYcqEmRACAZNkG5FOTKulo0Bg55

Thankyou

Hi @Ulysse1300 ,

Find the theme.css file under Asset folder and add the code below. Adjust px accordingly.

#shopify-section-collection {
padding-top: 100px !important;
}