Space above footer – Product Page
-
Hi,
At my product page, there is a space between the product page and the footer. Which seems to be the prefooter section. I have read some other topics, but I cannot fix it.
I have added the following code which I saw in another topic but it does not solve the issue unfortunately.
.woocommerce .woodmart-prefooter {
display:none;
}
Could you help out?
Thanks.
Attachments:
You must be
logged in to view attached files.
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.
The topic ‘Space above footer – Product Page’ is closed to new replies.