How to remove spacing between photos + margin/padding at the end of every page

Hi!

I need help to understand how to get rid of the spacing that pops out between two pictures when there’s not even a space between them on the page content. Also, I am not able to get the margin/padding off the bottom of every page. I tried hard, but it still doesnt work. Can someone help me figure this out please?

Im working with Debut Theme.

https://maudebergeron.com/pages/services-et-tarifs-yoga

Try adding this code to the bottom of theme.css

#MainContent .rte {
line-height: 0;
}

.site-footer {
  margin-top: 2px;
}

The space between images is gone. As well, you can adjust the footer px value, currently, it’s set to 2px. But if you want to remove the margin, adjust it to 0.

Result:

I am so grateful for your help @Nick_Marketing , thank you so much it worked! :slightly_smiling_face:

@MaudeBergeron

You are welcome! I’m glad the solution has worked.