Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1212106

    The solution they have provided in the forum does not work for me on mobile devices.

    .avia-icongrid-flipbox li:hover .avia-icongrid-front {
    -webkit-transform: rotateY(0deg) !important;
    transform: rotateY(0deg) !important;
    }

    thanks

    #1212292

    Hey Sanful,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1212622

    Hello.
    In mobile device when you scroll is when the icons flip, not when you press the icon.

    Thanks

    #1212784

    Hi,

    Add this to quick css:

    .avia-icongrid-flipbox li.avia-hover .avia-icongrid-front{
         -webkit-transform: rotateY(0deg)!important; 
         transform: rotateY(0deg)!important;
    }

    Best regards,
    Jordan Shannon

    #1212884

    It works! Great!
    Thanks

    #1213022

    Hi,

    Perfect! I’m happy to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Disable flip on icon grid’ is closed to new replies.