Home Forums WoodMart support forum Problem med product pictures when im using sticky product pictures. Reply To: Problem med product pictures when im using sticky product pictures.

#372958

Artem Temos
Keymaster

Hello,

You can try to avoid this jump effect by adjusting the sticky product offset point. It is now set to 150 px. Try to add the following code snippet to the functions.php file in play with the 100 value there to get the best result.

 add_filter( 'woodmart_sticky_product_details_offset', function () {
	return 100;
} );

Kind Regards