I need to remove the space above the footer. Please help.
hii, @Janamir
Paste this code on top of the theme.css file.
div#shopify-section-footer-template3 {
margin-top: -100px !important;
}
Thank You.
@Zworthkey this one worked: footer:not([class^=pt-offset]) {
margin-top: 0px;
}
thanks though!
