Archived topic
Font Awesome icons dit not rotate on mobile
1 reply · Started by Dalia on June 24, 2019
Hello,
I use this css to rotate the font awesome icons:
.fa-rotate {text-shadow: 0px 3px 5px grey;}
.fa-rotate:hover {
transition: transform .5s, filter 1.5s ease-in-out;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg)}
But on iPhone the icons did not rotate. Can you see why?
Thanks and regards,
Dalia
Hi there,
GP itself doesn't load FA and interfere with the its functionalities.
Can you check with their support to see if they have any ideas first?
Let me know :)