How to remove the padding between footer and slideshow

Hi there,

I am trying to remove the padding between the footer of my site and the slideshow in mobile view. I have put a design on the bottom of the slideshow that I want to blend into the footer. On desktop it looks great, but on mobile theres a white gap between the bottom of the slideshow and the footer.

I have done some googling and attempted to add in some codes to theme.scss.liquid and have managed to make it slightly smaller, but not removed completely.

Attached is some screenshots of the issue with desktop vs mobile (not exactly a super issue, but damn annoying)

Thanks :slightly_smiling_face:

@HannahLhia - can you please share your website link?

Hi!

it is: missfitzdesign.co.nz

Password is Nala

@HannahLhia - please add this css, it will make like this screenshot

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

Thanks!

I have gotten to that point where there is the thinner line of white, but I’m looking for no white at all if that’s possible.

@HannahLhia - add this css too and check

.index-section--flush:last-child {
    margin-bottom: -45px;
}

THANK YOU!!

Yes, works perfectly! Thank you so much!