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.
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.
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!
Thanks! Now it looks good, great! BR Julia