• Unfortunately I can’t link to the page, as the site itself is e-commerce based. However, I’ve installed this plugin and it works – but the hover image appears left aligned when the screen display is larger.

    Is there any way around this at all?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I had the same problem. This solves it:

    .pif-has-gallery .wp-post-image--secondary {
    	left: 50%;
    	-webkit-transform: translateX(-50%);
    	transform: translateX(-50%);
    }

    Hi,

    I′ve added this code to my staging website and it worked, but it does not work on my production website. Do you know why this happens?

    Best regards,
    Ricardo Franco

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin works, but hover-image veering slightly to the left’ is closed to new replies.