I just wonder if someone knows why it’s impossible to get the text in Layer slider to rotate with CSS Transform and only in Firefox? It’s working fine in Safari, Chrome and IE. It’s working when I’m bulding the slider, but on the page there is no effect. Is it Enfold theme that interfere in some way?
Hey Effektid!
You should add additional line for firefox as following
.example { -moz-transform: rotate(7deg); }
Cheers!
Yigit
It’s working! :)