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;
}
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
Hi,
unfortunately it didn’t work, try on mobile you can keep scrolling and more and more white space shows
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024