[Support request] Font Awesome icons dit not rotate on mobile

Home Forums Support [Support request] Font Awesome icons dit not rotate on mobile

Home Forums Support Font Awesome icons dit not rotate on mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #939660
    Dalia

    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

    #939731
    Leo
    Staff
    Customer Support

    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 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.