Solved

How to remove the padding between footer and slideshow

HannahLhia
Tourist
10 0 1

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 🙂

Screen Shot 2021-09-19 at 5.42.00 PM.png

Screen Shot 2021-09-19 at 5.41.47 PM.png

Accepted Solution (1)
suyash1
Shopify Partner
9134 1137 1485

This is an accepted solution.

@HannahLhia - add this css too and check

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

 

suyash1_0-1632041088515.png

 

 

To build shopify pages use pagefly You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
Paranormal story video using AI
Join me for beginner level training session

View solution in original post

Replies 6 (6)

suyash1
Shopify Partner
9134 1137 1485

@HannahLhia - can you please share your website link?

To build shopify pages use pagefly You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
Paranormal story video using AI
Join me for beginner level training session
HannahLhia
Tourist
10 0 1

Hi!

it is: missfitzdesign.co.nz 

Password is Nala 

suyash1
Shopify Partner
9134 1137 1485

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

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

 

suyash1_0-1632040246430.png

 

 

To build shopify pages use pagefly You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
Paranormal story video using AI
Join me for beginner level training session
HannahLhia
Tourist
10 0 1

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. 

suyash1
Shopify Partner
9134 1137 1485

This is an accepted solution.

@HannahLhia - add this css too and check

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

 

suyash1_0-1632041088515.png

 

 

To build shopify pages use pagefly You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
Paranormal story video using AI
Join me for beginner level training session
HannahLhia
Tourist
10 0 1

THANK YOU!!

 

Yes, works perfectly! Thank you so much!