I have tried numerous codes, and I have looked at others having the same problem in here, but it still won’t remove the white space below the footer.
Please can anybody H-E-L-P???
I have tried numerous codes, and I have looked at others having the same problem in here, but it still won’t remove the white space below the footer.
Please can anybody H-E-L-P???
@dynamitteltet could you provide me your website URL so i can help you on that
Hi,
The link is https://dynamitteltet.dk/?_ab=0&_fd=0&_sc=1
Hey there, @dynamitteltet .
Thanks for reaching out to the Community today! It’s great to see that one of the fantastic Shopify Partners has already jumped in here to try and help you out!
I wanted to make sure Shopify chimed in here too, as we may be able to assist you directly! Since you outlined that you’re using the Debut theme, our Theme Specialists may be able to take a look into this issue for you. They would have to evaluate if this is within their scope of support, and if they find that it is, they will use some of your store’s design time in order to make the required changes free of cost. You can contact our live support team here and they will be able to reach out to our Theme Team on your behalf to see if they can help out.
When did you first notice that this started happening? Were you working on your theme coding and this occurred unexpectedly? Did you notice that this had happened after installing any new applications to your store?
Can you help?
Go to your code editor > Assets > theme.scss.css and paste below line at the bottom of the file:
.site-footer {
margin-bottom: 0 !important
}
If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on shopify.dev.34@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme
yes, please try this code
.site-footer {
margin-bottom: 0;
padding-bottom: 15px;
}
Thanks! That solved the problem. You are the best!
its my pleasure to help us
Hi there, @KetanKumar and @dynamitteltet !
Thanks so much for helping @dynamitteltet with their footer issue! It’s great to have active Partners like yourself stopping by and saving the day whenever you can!
If you end up having any further questions at all, @dynamitteltet , just reply here and let us know!