Hello,
I have visited your website.
The whole area color is changed. In your case, there is padding and margins are displayed that’s why there is white space with the footer.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.footer-sidebar {
padding-top: 0px;
padding-bottom: 0px;
}
.container.main-footer {
margin-bottom: -30px;
}
.woodmart-prefooter {
padding-bottom: 0px;
margin-bottom: -26px;
}
Regard’s.
Xtemos Studio.