Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #633210

    Please check out the site in the private content below. When I load it in Chrome and mouseover the images, they increase in size but have flat edges on all four sides. After a moment they pop into a circular shape. This doesn’t happen in Firefox. Any idea what’s up? I’ve tried clearing my cache already…

    Thanks!

    #633727

    Hey kevinmcgillivray,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia-image-container.av-styling-circle, .avia-image-container.av-styling-circle * {
        overflow: visible!important;
    }
    .av-styling-circle .image-overlay {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    

    Best regards,
    Yigit

    #633775

    That did the trick. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Chrome weirdness with image blocks’ is closed to new replies.