Put classic image at the exact same line as section bottom

Hi,

I want my image to be at the exact same line as the bottom of the section such as:

But for some reason this does not happen at every section at the same page. I don’t know why and I hope you can point me in the right direction.

I have set the padding to 0px

The classic image has a style margin:0px.

But still I see a white line below the image…

Same here:

Any thoughts? Thanks!

Hi There @djinnie

Thanks for writing in! Your gap element has a top margin of 50px on the below scenario. Try adjusting the top margin of your gap element.

For the other section below, your image element has a bottom margin set. You set bottom margin for that.
margin-bottom: 0;

Hope that’s clear.
Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.