We’re having an issue where we add a Grid Row Element. We split the element into 1/2 and 1/2 – one side of the element, we add Content, on the rigth side of the the element we add a fixed image Center Right.
When we view the image from Chrome devices, the image is barely noticeable at the top of the page, however, when we visit the website from any other browser, the image works. You can test it out by visiting our website on Chrome and Firefox.
I’m not sure if this is a conflict from the back end with a plugin, if it’s a problem with CSS, or if it’s new since the most recent update.
Hi,
Thank you for using Enfold.
This css code should fix the background issue.
.flex_cell {
will-change: transform;
}
This is a known issue on Chrome. https://stackoverflow.com/questions/20268962/fixed-attachment-background-image-flicker-disappear-in-chrome-when-coupled-with
Best regards,
Ismael