How to remove white space under a slideshow in Debut theme?

Hi

I can’t seem to get rid of the white space under the slideshow of my debut theme.. Tryed everything I found in the community.

https://www.jjpaperworks.com/

1 Like

@jjpaperworks

Please add the following code at the bottom of your assets/theme.css file.

@media only screen and (min-width: 750px){
#shopify-section-collection .section-header {
    display: none;
}
.site-nav--centered{
margin-bottom: 0px !important;
}
}

Hope this works.

Thanks!

1 Like

Thanks! Now it looks good, great! BR Julia