Shopify themes, liquid, logos, and UX
For some reason on mobile it shows white space on mobile below the footer never seen this before. My site is https://b32b39-5.myshopify.com
and I’m using the Berlin theme
Hello @Luxurymrkt 👋
Inside Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
#shopify-section-sections--15086720155746__footer {
padding-bottom: 0 !important;
}
Hope that helps!
Doesn’t work any other solution?
Add the following code to the end of base.css or section-footer.css:
div#shopify-section-sections--15086720155746__footer {
padding-bottom: 0;
}
If it doesn't work, try this:
div#shopify-section-sections--15086720155746__footer {
padding-bottom: 0 !important;
}
Freelance Shopify Developer | Helping Shopify merchants grow with high-converting online stores!
- Did I help? Leave a tip!
- Need my help? Chat on Telegram or WhatsApp
- Was your question answered? Mark it as an Accepted Solution ✅
Doesn’t work any other solution?
Hi @Luxurymrkt ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file -> Save
<style>
@media(max-width:767px){
footer{
height:510px !important;
overflow:hidden !important
}
}
</style>
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Doesn’t work any other solution? On mobile can keep scrolling white space
Hi @Luxurymrkt ,
Please add below codes to the theme.liquid to remove the whitespace from the footer.
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above </body> tag
<style>
#shopify-section-sections--15086720155746__footer {
padding-bottom: 0px!important;
}
</style>
RESULT:
If you require further help to optimize your store, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
For quick response - Message Me
Increase Xmas sales with BOGO+ Easy Free Gift Upsell. Get 30% OFF for 3 months with code "BFWIZZ30".
Hi,
unfortunately it didn’t work, try on mobile you can keep scrolling and more and more white space shows
User | RANK |
---|---|
186 | |
168 | |
78 | |
56 | |
45 |
Transform this holiday season into a shopping spree. Plus, learn how to effortlessly open ...
By Jasonh Dec 8, 2023Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023