Hi. I’ve been working with enfold template and it works great. Lately i added some blog post to my home page where i already had some other images with a roll over effect. everytime i roll over the images i had, the post images below them shake. I don’t really know how to solve this.
Can you please give me a hand?
Thanks support team!!!
Hey claraelisa!
Can you post the link to your website and point out the section so we can take a look?
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.container_wrap {
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0); }
Cheers!
Yigit
Thank you sooo much Yigit. That worked perfectly!!!
Keep up the good work :)