(website is spacesavingbed.com)
Hey, so under my footer menu, there is a white space. The picture I’ve attached below is on desktop. On the phone, this white space is significantly bigger. Could someone tell me how to remove this, please?
Thank you so much.
Hey, this space is created because of a upsell app that you’ve installed or an upsell function that is built into your theme. If you get rid of that it’ll disappear.
Hello @AhmedAM
Please add the following CSS at the end o the file: Online Store → Theme → Edit code → Assets → t4s-base.css
div#island-upsell-cli3-widget-root {
display: none;
}
Please hit Like and Mark it as a Solution if you find our reply helpful.
1 Like
Thank you so much, this solved the issue!