White space between content and footer callout

Hi there,

How can I make that large white space between my sharing buttons and footer callout on my pages and posts smaller?

http://www.barasmarketing.com/facebook-oglasavanje/
http://www.barasmarketing.com/2016/11/25/8-pitanja-za-digitalni-marketing-vase-tvrtke/

Regards,
Denis

Hi Denis,

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

You can try achieving this 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.single-post section.content-area,
body.page section.content-area {
    padding-bottom: 15px;
}

Best Regards,
Movin