Remove space on the home page / Debut theme

Hey,

I would like to know how can I remove this space between my announcement-bar and my video in the home page ?

Thanks

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

Password : I will send you in private.

1 Like

@Ulysse1300

I can help you. Please share your storefront password.

Thanks for posting!

1 Like

@Ulysse1300

Please add the following CSS to your assets/theme.css bottom of the file.

.template-index .main-content {
    padding-top: 0px !important;
}

Thanks!

1 Like

Thanks a lot for the help !