Hi i jus started working with enfold and i have this problem. I placed some images inside the 4 columns layout and aply the animation on roll over to the images, but the two images in the center (image 2 and 3) shake everytime i roll over the first and second images.
I really appreciate your help
Hey claraelisa!
Can you post the link to your website and point out the sections so we can take a look?
Cheers!
Yigit
Hi!
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); }
Regards,
Yigit
Wow Yigit that worked great!!! thank you so much