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

    Hi
    I have a 4-column row with an image in each column, with a link to a pdf file.
    Works fine except the overlay on hover is larger than the image. https://imgur.com/vzKiv8U
    I have never seen that before and can’t see any settings/options that would cause this.
    Can you see what’s happening?
    thanks
    Nancy

    #1374361

    Hey Nancy,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .avia-image-overlay-wrap a.avia_image .image-overlay {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
    

    Best regards,
    Yigit

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