Shopify themes, liquid, logos, and UX
Hello there guys!
I habe a problem with suddenly appearing empty white spaces on specific pages, which disappear when reloading sometimes..
They appear for example on the products page and on the contact page and look like this:
Maybe you can see it by yourself:
I chose the "dawn" theme and configurated it a little bit. The Theme is Nr. 4 (with the black background) but on some pages, the background stayed white. So i added this code to the "custom css" field:
{
background-color: #0d0b0c;
}
h1 {
color: #c4c4c4;
}
{
color: #c4c4c4;
}
I added that code also to the last line of base.css
On the preview on shopify everything works great, on mobile too (as i saw), but on desktop sometimes these empty spaces appear.
Do anybody know how i can get rid of them?
Thanks in advance
Attila
Solved! Go to the solution
This is an accepted solution.
Hey @real_Maestro,
This was the problem, to fix:
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
div#WebPixelsManagerSandboxContainer {
display: none !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
I have the same problem above header
This is an accepted solution.
Hey @real_Maestro,
This was the problem, to fix:
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
div#WebPixelsManagerSandboxContainer {
display: none !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
Just followed above, since this was an intermittent problem I will observe over the next few days. Thank you for the suggestion
Thank you very much, the problem is fixed!
Have a nice day i appreciate your help very much
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024