Why is there white space below the footer on my mobile site?

Why is there white space below the footer on my mobile site?

Luxurymrkt
Navigator
647 2 126

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

B6494998-D090-4D6E-89FC-81A44D937DF0.png

Thank You | mike
Replies 9 (9)

Luxurymrkt
Navigator
647 2 126

@PageFly-Victor 

@PageFly-Noah 

Thank You | mike

ZenoPageBuilder
Shopify Partner
1052 203 225

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!

 

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com
Luxurymrkt
Navigator
647 2 126

Doesn’t work any other solution?

Thank You | mike

fadi_yousif
Shopify Partner
345 43 67

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


Did I help? Leave a tip!

Luxurymrkt
Navigator
647 2 126

Doesn’t work any other solution?

Thank You | mike

PageFly-Oliver
Shopify Partner
878 190 181

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.

Luxurymrkt
Navigator
647 2 126

Doesn’t work any other solution? On mobile can keep scrolling white space 

E7887170-E2DF-416D-99DA-DAC2B495820F.png

Thank You | mike

theycallmemakka
Shopify Partner
1664 398 419

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:

makkaomakka_0-1700298848660.png

 

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

 

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: [email protected]

Luxurymrkt
Navigator
647 2 126

Hi,

unfortunately it didn’t work, try on mobile you can keep scrolling and more and more white space shows

4781956D-87FB-4BE9-B073-94064941027F.png

1B235512-7E7C-4DC3-BF50-F01662978124.png

Thank You | mike