All things Shopify and commerce
Our online store (https://www.chimneycricket.com) made with the Dawn 9.0 theme has been having some issues with the Product Pages (ex. https://chimneycricket.com/products/summerset-sizzler-26-built-in-grill) showing a large block of white space under the footer. Have tried reaching out to support and tried to change the code around but no luck. Any input would be very much appreciated! Thank you in advance.
Solved! Go to the solution
This is an accepted solution.
Try this one.
body > svg {
display: none !important;
}
Hi @chimneycricket ,
I reviewed the site and found that there are bunch of SVGs thats taking up the space.
I noticed some issues on your theme which is not possible to explain via comments. Some of the issue is shown in the below screenshots[i.e Issues with DOM elements].
Untill you debug this completly, you can add bellow CSS to hide those white spaces
<style>
svg[height="100%"] {
display: none!important;
}
</style>
Steps to add CSS:
Step 1: Go to Online Store > Themes > Active theme > Edit
Step 2: Search for "theme.liquid"
Step 3: Add the CSS above "</head>"
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,
Mangit
For quick response - Message Me
Increase Xmas sales with BOGO+ Easy Free Gift Upsell. Get 30% OFF for 3 months with code "BFWIZZ30".
This is an accepted solution.
Try this one.
body > svg {
display: none !important;
}
Thank you SO much! This worked and saved us so much trouble. We really appreciate your time.
User | RANK |
---|---|
42 | |
42 | |
32 | |
24 | |
20 |
Make 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, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023