Missing gap between title and post image on pages

Hi there,
I hope you are all doing well. On my pages there is no gap between the title and the image. You can see in the screenshot attached. Is there a way to make the gap wider?
All the best
Alex

Hello there,

I hope you are doing well today.

Could you please provide a link to that page so that I can inspect it and provide some CSS code?

Best Regards,
Support

Of course ?! http://www.livelifegreen.de

Hello there,

Thanks for the link.

You can use the following CSS code to add some padding below the image by going to Appearance > Customize > Additional CSS and pasting it there.

/*Image Padding*/
.single-featured {
    padding-bottom: 10px;
}

Best Regards,
Support

Thanks a lot! The code worked just fine :-D!
All the Best
Alex