Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1481988

    Hey,
    The copyright notice on the images in a Masonry Gallery moves on hover. (class = av-image-copyright av-copyright-left)

    How can I stop this?
    Thanks, solf

    #1482091

    Hey solf,

    Thank you for the inquiry.

    Try to add this css to disable the copyright transition:

    .avia_desktop .av-masonry-entry:hover .av-image-copyright.av-copyright-left {
        transform: none;
    }

    Best regards,
    Ismael

    #1482187

    works!
    Thank You, Ismael

    #1482266

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘how to copyright notice do not moves on hover?’ is closed to new replies.