Home › Forums › WoodMart support forum › Gap between page content and Footer & header › Reply To: Gap between page content and Footer & header
May 16, 2024 at 8:14 am
#565944
Hung Pham
Keymaster
Hi ahtesham53,
Thanks for reaching to us.
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.site-content {
margin-bottom: 0;
}
.website-wrapper .main-page-wrapper{
padding-top: 0;
}
Regards,