sticky product image box in the single product page issue.
-
Hello, i have issue with sticky product image box in the single product page issue so when i scroll down the image box is sticky buy it’s very close to the header, it should be below the header should be a space between them but its very close to it, i will attach screenshot and link of my website.
Attachments:
You must be
logged in to view attached files.
Hello,
The below code should help you to increase that indent.
add_filter( 'woodmart_sticky_product_details_offset', function () {
return 300;
});
Please add the above code to the functions.php file in your child theme, clear the cache and recheck the issue.
Kind Regards
Thanks a lot this now working perfectly.
Hello,
You are welcome!
If there’s anything you need, please write me or another member of our help desk team.
We’re here for you!
Kind Regards
The topic ‘sticky product image box in the single product page issue.’ is closed to new replies.