I need help to remove the extra white space at the bottom of the footer. Please help.
link: https://910m3vjzsn8wddar-27397783612.shopifypreview.com
I need help to remove the extra white space at the bottom of the footer. Please help.
link: https://910m3vjzsn8wddar-27397783612.shopifypreview.com
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.