Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    to disable the jump, you might want to add the following to the frontend CSS:

    .woocommerce ul.products li.product .thb-product-image-wrapper:hover a,
    .woocommerce-page ul.products li.product .thb-product-image-wrapper:hover a {
    	-webkit-transform: translateY(0);
    	-moz-transform: translateY(0);
    	-ms-transform: translateY(0);
    	-o-transform: translateY(0);
    	transform: translateY(0);
    }
    Thread Starter joegillibrand

    (@joegillibrand)

    hi thank you for the reply.

    I actually tried that yesterday and it didn’t fix the problem, instead I changed the float from left to none in the line below that. this fixed the issue and the pictures no longer move!

    Thank you very much for your help though!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove rollover float animation on products page?’ is closed to new replies.