Home › Forums › WoodMart support forum › Space above footer – Product Page › Reply To: Space above footer – Product Page
April 30, 2020 at 11:00 am
#191203
Aizaz Imtiaz Awan
Keymaster
Hello,
I saw the screenshot you attached. To remove the empty space please add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.site-content {
margin-bottom: 0 !important;
}
Best Regards.