Home › Forums › WoodMart support forum › BLANK SPACE UNDER PRODUCT PAGES › Reply To: BLANK SPACE UNDER PRODUCT PAGES
March 3, 2023 at 3:00 am
#447873
Elise Noromit
Member
Hello,
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (min-width: 1025px) {
.single-product.sticky-footer-on .footer-container {
bottom: var(--wd-sticky-btn-height);
}
}
Best Regards