Remove site footer space

Hi, I want to remove the space as shown in the image, but I can’t remove it from customizing or modifying the page ( Site footer)

Hi,

Please try this CSS snippet (How to add custom code snippets - HivePress Help Center):

.footer-widgets {
    display: none;
}

Thank you :+1:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.