Home Forums WoodMart support forum Bottom padding CSS not working

Bottom padding CSS not working

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

    Coco
    Participant

    Hey there

    I want to have 0px from the last item to the footer on the page but it is somehow not working.

    Please help and thx in advance!

    Attachments:
    You must be logged in to view attached files.
    #124393

    Hello,

    You should set margin-bottom for the last row in the page http://prntscr.com/nq6b1a to solve this problem.

    If you want to remove this padding from all the pages, use this CSS code:

    body .site-content {
        margin-bottom: 0;
    }

    Best Regards

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