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

    In a Page in a Masory Gallery the pictures move a bit when you go with the mouse on it,
    They shouldn’t move and just stay like they are.
    How can I stop this mouse-over-effect?
    Thanks
    Susanne

    #534220

    Hey susannetessamueller!

    Try adding this to your custom CSS.

    .avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
         transform: scale(1,1) !important;
    }

    Regards,
    Elliott

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