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.
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.
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;
}