Remove white space under slideshow section (Debut Theme)

I was wondering what code I’d need to add/change to get rid of this white space under my slideshow section? I want the photo to touch the black line at the top of the footer.

1 Like

Hi @noellywest ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css->paste below code at the bottom of the file:
@media (max-width: 749px) {
    .site-footer {
        margin-top: 35px !important;
    }
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.