Home Forums WoodMart support forum White Space Between Main text in home page and footer. Reply To: White Space Between Main text in home page and footer.

#257686

Hello,

I saw the screenshot you attached.

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

.home .site-content {
    margin-bottom: 0px;
}

You can set the margin value according to your needs.

Best Regards.