Hello,
I have a problem with one of our enfold websites.
I think it is easier to see than describe, just look for your self:
//please see link in private content
Firefox and IE do what they should but in chrome the background doesn’t stay fixed and a strange white bar appears on top.
I already deactivated the caching and some other plugins that could interfere. Please tell me if you need an admin login or anything else.
Hope you can help me out.
Greetings,
DUALWERK
Hey DUALWERK,
Thank you for using Enfold.
We received a few inquiries about this and it seems like setting the “will-change” property to “transform” fixes the issue. Please use this css code.
.avia-chrome .avia-bg-style-fixed {
will-change: transform;
}
Related thread: https://kriesi.at/support/topic/chrome-67-broke-backgroundfixed/
Best regards,
Ismael
Thanks a lot, worked like a charm!