Blank Space above Footer for Sparkling WordPress theme

I have been using Sparkling for awhile now and love it. I really want to get rid of the white space between the footer and the main content – specifically on this flatrocktec.com/about/leadership-team/ page.

Can you help me out?

Hi @kylejreese,

I hope you are well today and thank you for your question.

You can try removing that space by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

#main .post-inner-content .wpb_content_element,
.container.main-content-area {
    margin-bottom: 0;
}
#main .post-inner-content {
    padding-bottom: 0;
    padding-top:0;
}

Best Regards,
Movin