Hi 🙂
It looks like the image’s parent has some bottom padding:
.elementor-567 .elementor-element.elementor-element-3319eb22 .elementor-posts-container .elementor-post__thumbnail {
padding-bottom: calc( 0.53 * 100% );
}
Same for the other images further down the page:
.elementor-567 .elementor-element.elementor-element-2a5813d6 .elementor-posts-container .elementor-post__thumbnail {
padding-bottom: calc( 0.55 * 100% );
}
Hope this helps.
Okay, thank you! Where can I edit the parent image?
Hi 🙂
Not too sure. It looks like you are using Elementor? I have no experience of using that, but I guess you’ll just want to overwrite the current CSS with something like below:
.elementor-567 .elementor-element.elementor-element-3319eb22 .elementor-posts-container .elementor-post__thumbnail {
padding-bottom: 0px;
}
.elementor-567 .elementor-element.elementor-element-2a5813d6 .elementor-posts-container .elementor-post__thumbnail {
padding-bottom: 0px;
}
Does Elementor give you the option to add custom CSS?
Thank you! Playing around with that code on Elementor’s CSS editor worked!
Actually, it didn’t.. gosh. It only works in the WP preview again. Then on the actual site it shows up weird.
lisa
(@contentiskey)
Suggestion: for issues related to using Elementor plugin – create a topic in the plugin’s specific forum.
https://ww.wp.xz.cn/support/plugin/elementor/