Home Forums WoodMart support forum How to remove free space after footer?

How to remove free space after footer?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #307494

    fineorganics
    Participant

    After update i have the space. How to remove free space after footer?

    #307509

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-prefooter {
        padding-bottom: 0;
        margin-bottom: -20px;
    }

    Best Regards

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