Large amount of white space at the bottom of my homepage

This hasn’t always been an issue, until recently. I noticed that on the bottom of my homepage, there is a large amount of white space between the final piece of content and the footer. I’d like to remove this as I have tried, but it’s not working. Please can someone kindly advise me :slightly_smiling_face:

1 Like

@inderatamara

Please share your store URL.

Have you added an additional section from the theme edit menu? This could cause white space if it was blank. If you could provide us your store url, we’d be happy to take a look.

Hello, my site is www.inderatamara.com - the issue is on the home page, beneath the testimonials.

Yes, I noticed it happened after I put a html code in from Facebook. But don’t know how to amend it.

My site is www.inderatamara.com - the issue is on the home page, beneath the testimonials.

Hey @inderatamara .

Thanks for reaching out.

I appreciate that you have provided us with your store URL. Would you happen to let us know what theme you are using? If you are unsure about which theme you are using, you can navigate to your Theme Editor. Once you are in the Theme Editor, you can select on three dots located towards the top left. I took a screenshot of my test store to show you the section I am referring to:

Looking forward to your reply as this will determine the next best steps to take to reduce the white spacing towards the bottom of your online store.

Hi Ollie,

Thank you for your reply. I am using Debut 16.7.1.

hii, @inderatamara
Paste this code on top of theme.scss file.

footer.site-footer {
    margin-top: -480px !important;
}

Thank You.

@inderatamara

Please add the following code at the bottom of your assets/theme.scss.liquid file.

.slick-slide {
    height: auto !important;
   
}

Thanks!