Home Forums WoodMart support forum Space above footer – Product Page

Space above footer – Product Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #191147

    MarcoStevens
    Participant

    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.
    #191203

    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.

    #191254

    MarcoStevens
    Participant

    Thanks this helped!

    #191433

    Artem Temos
    Keymaster

    You are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Space above footer – Product Page’ is closed to new replies.