Home › Forums › WoodMart support forum › Bottom padding CSS not working Bottom padding CSS not working This topic has 1 reply, 2 voices, and was last updated 5 years, 6 months ago by Elise Noromit. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts May 18, 2019 at 7:10 am #124359 CocoParticipant 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. May 18, 2019 at 11:09 am #124393 Elise NoromitMember 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 Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register