I need help to remove the extra white space at the bottom of the footer

Janamir
Shopify Partner
204 0 69

I need help to remove the extra white space at the bottom of the footer. Please help.

link: https://910m3vjzsn8wddar-27397783612.shopifypreview.com

footer-space.JPG

Reply 1 (1)

Zworthkey
Shopify Partner
5581 642 1565

hii, @Janamir 
Paste this code on tp of the bootstrap.min.css file.

@media only screen and (min-width: 992px) {
html.js.svg.flexbox.csstransforms.platform-Linux.js_active.vc_desktop.vc_transform.vc_transform {
    padding-bottom: 0px !important;
}
}

Thank you.