Space before footer

Good afternoon and thanks a lot for your job.
For the beginning I have one question about footer area.
How can I remove white space between content and footer. Space approximately 250px appears only on additional pages (not home).
this is link for two pages

http://steelballs.us/contacts/
http://steelballs.us/missions/

Thanks

Hi @german,

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 your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

body.page article footer.entry-footer {
    display: none;
}
body.page #content > section.content-area {
    padding-bottom: 0;
    border-bottom: 0;
}
body.page #main article {
    margin-bottom: 0;
}

Best Regards,
Movin

Thank you very much Movin.
Everything works nice, now I can continue to build suite.

You are most welcome here :slight_smile: