How can I modify image and header spacing in Debut theme?

How do I change the spacing between the main picture and the header that reads spring / summer 2021. this is debut theme. from the first picture to the second . https://maisonloushi.myshopify.com password : 1234

@Nick_Marketing maybe you can help me

Add this snippet to the bottom of theme.css

.index-section {
    padding-top: 0px !important;
}

or, this one

.index-section {
    padding-top: 0px !important;
    padding-bottom: 20px !important;
}

@Nick_Marketing Thank you so much! You are amazing!

1 Like