I am still seeing a shift of elements – like on this page when you rollover any of the team members
in the middle or right side of the page – do I have something set wrong? I see this on other pages as
well, those that have a layer slider. Is that effecting other elements on the pages?
http://www.copenhagenfilmcompany.dk/2014/team_/
thanks
Hey Munford!
There is no layer slider on the page. On what browser and OS are you testing this with?
Regards,
Ismael
There is a slider at the bottom of that page. I am using chrome and OS x 10.6.8
I have been seeing this on the site as a whole – slight shift on the right side of the pages.
any ideas? It seems to happen when the slides move.
Hi!
Please try adding following code to Quick CSS
.container {
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0); }
Regards,
Yigit
excellent. That fixed it. Don’t at all understand why….
May I say once again that you are the very very best support team, going well beyond what is expected and always gracious in your help. I appreciate it so much and have learned a great deal on this forum. My second license is being bought today.
thanks again.