Distance between Image and Header is too wide in Blogs. How can I solve this?

Hello
I use Ativo - Pilates Yoga WordPress Theme. And in Blogs the Distance between the images and the header of the Blog is very wide. I don’t know how I can fix this. I need help please? Or where can I find help to solve this?

here is an image of the issue:

here you can see it online: Blog - Birgit Müller

Thanks Andreas

Hi @andreasm38,

You can add this css in the theme css file or anywhere in your theme:

.elementor-posts-container .elementor-post__thumbnail {
  padding-bottom: 0 !important;
}

The above will solve your spacing issue and will not affect if you edit it through Elementor.
but I think there is custom css using for that Elementor container.

How to contact an author to get support for any Item issue or for any technical query:

Thanks

Elementor changes the div class/IDs time to time especially after editing them, @mgscoder suggestion could work but it may stop working a while later. The best case is to manage the “padding/margin” on the containers.

Thanks so much it worked great :slight_smile: … Thanks, Thanks, Thanks