Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #223512

    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

    #223557

    Hey claraelisa!

    Can you post the link to your website and point out the sections so we can take a look?

    Cheers!
    Yigit

    #223589
    This reply has been marked as private.
    #223613

    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

    #223642

    Wow Yigit that worked great!!! thank you so much

    #223643

    Hi!

    You are welcome, glad we could help :) Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Images shaking’ is closed to new replies.