Hi,
I recently almost finished my website but now my website kind of flickers on different browsers.
In most cases the images move from left to right, and in some cases the text changes from width.
Can you help me with this?
Hey Benjaminlivingthebrand!
Can you post the link to your website and point out the sections where flickering happens? On which browsers and OS have you tested your website?
Regards,
Yigit
Hi!
I have only seen the movement on Google maps. Where else does it happen? Please try adding following code to Quick CSS in Enfold theme options under Styling tab
div .flex_column {
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0); }
Best regards,
Yigit