How do I add space between the Image w/ text overlay and slideshow on Debut theme? The 2 are overlapping each other. getthedresscode.com
Go to your Online store > Themes > click 3 dots button > Edit code > theme.css, add this code at the bottom of
.index-section--slideshow {
margin-top: 0px !important;
padding-top: 0px !important;
}