Hey there,
I’ve read a number of threads from people who hadn’t upgraded their Enfold about how full section backgrounds were broken in Chrome. My site still has this bug, it seems.
(links below)
The last section of all of these pages has a malfunctioning background. Using the latest version of WP and Enfold.
The changelog says that layout.css and grid.css were changed to fix this – what was that particular fix? Maybe some of our extensive custom CSS rules are conflicting?
Hi
seems I have same problem in my website here is the link: http://www.vancosys.com
Hello? Can I get some support on this issue?
Hi!
Do you mind creating a temporary admin login and posting it here privately?
Regards,
Yigit
Hi!
Can you please try de-activating all active plugins and check if that helps? Please do not forget to flush cache as well
Regards,
Yigit
Cleared cache, both on the website and in my browser.
Disabled every single active plugin.
Viewed in normal and incognito mode.
Same problem. Not resolved this way.
Other ideas? Again, curious what the specific changes were in layout.css and grid.css that were made, in case my custom CSS rules are conflicting and causing the issue.
Hi Jan,
is that your problem same as mine ? did you check my website ? can I have your website address.
Hey!
Add this on Quick CSS to fix the background:
@media only screen and (min-width: 768px) {
#wrap_all {
position: static;
} }
Cheers!
Ismael
That did the trick. Thanks, Ismael!