Hello, I’m having an issue with a white space above the footer on a site. The website is on Dawn theme 11.0.0. The issue doesn’t appear on larger screens, only when the view is small like a tablet or mobile. If I fill the page with more content the gap becomes smaller. I’m unsure if this inspect is correct but it seems to be a part of the “main content section”
I am using custom liquid for the video player, and QAB Hextom quick announcement bar below the footer but when I enable / disable this it doesn’t make a difference.
I’ve seen a similar issue to this but none of the fixes have worked for me so far. Help would be greatly appreciated.
I’ll also add a link here to the site
https://aiponocafe.com/
Hello @zach95564 ,
Please share:
- your store URL;
- page URL with the issue you mention;
- storefront password (if your store has one).
If the store is not online yet, kindly share the preview URL.
1 Like
Hello! Thanks for the reply. Below is the requested information, apologies if this isn’t formatted correctly.
-
aiponocafe.myshopify.com
-
aiponocafe.com (home page)
-
No password
@zach95564 , do this to fix it in 20 seconds:
- In your Shopify Admin go to: online store > themes > actions > edit code
- Find Asset > base.css and paste this at the bottom of the file:
#MainContent{
background: #000;
}
Since the video has a fixed aspect ratio (the “rectangle” shape), it’s expected that it won’t and shouldn’t occupy the entire screen, this would make the video stretch. Ensuring the page’s background blend in by painting it with the same color as the footer is the best bet.
If it helps you please click on the “like” button and mark this answer as a solution!
Thank you.
Kind regards,
Diego
1 Like
Hi @zach95564
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Richard | PageFly
1 Like
Thank you so much! Works like a charm.
Very thankful for your help, works perfectly.