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.
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
@media only screen and (max-width: 600px) {
.site-footer{margin-top: 35px; }
}
add above CSS on theme.css file