How do I remove the top margin/padding from my slideshow page?

Hi there!

I have been looking for a solution to get the margin/padding off one of my slideshow page for a while now, and it worked for the bottom, right and left parts. There is still a gap thought at the top and i dont understand why. Can someone help me to figure out what is going on?

This page is a custom template (page.slideshow.liquid) on the Debut Theme, on the section Photographie, then Portfolio.

https://maudebergeron.com/pages/portfolio-photo-test

Try to add this to your custom css file:

.page-container {
    margin-top: -55px;
}

Hi @JPMParts !

It has worked perfectly on the slideshow page (which i am happy about!), but it has created a problem for all the other pages. I join you two pictures to see what it did! Do you have an idea how could i solve this problem?

I round a way to get the lines all-right everywhere by changing the first line of the pages. Althought, im am still stuck with a margin/padding at the bottom of every pages… What can i do?