Remove gap on top of the Footer (Debut Theme)

On mobile phones, there’s a gap between the Footer and the section above it (in my case a Gallery Section).

How do I get rid of it???

Thank you.

@DxMartins could you provide me your site url so i help you

1 Like
@media only screen and (max-width: 600px) {
  .site-footer{margin-top: 35px;  }
}

add above CSS on theme.css file

2 Likes