Resize sections on home page for posts

Good morning,
I would like to resize the spacing of the posts on my homepage (globaldreaming.com). There is much too much white space below the sample language from the full post. I am not sure if this is a matter or resizing the thumbnail images of the “box” itself. Is there a way to, in a sense, squish it all closer together?
Thanks for any help!
Ashley

Hi Ashley,

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

Instead of making post featured image smaller, you can display the share and like buttons in the empty space by adding the following CSS code in the Custom CSS option of your theme on the below path.

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

#main .sharedaddy.sd-sharing-enabled, #main #content div.sharedaddy.jetpack-likes-widget-wrapper {
    float: left;
    clear: none;
    width: auto;
}

Best Regards,
Movin