Home › Forums › WoodMart support forum › Bottom padding CSS not working › Reply To: Bottom padding CSS not working
May 18, 2019 at 11:09 am
#124393
Elise Noromit
Member
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