Home Forums WoodMart support forum sticky product image box in the single product page issue.

sticky product image box in the single product page issue.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #471674

    medok758
    Participant

    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.
    #472047

    Luke Nielsen
    Keymaster

    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

    #472057

    medok758
    Participant

    Thanks a lot this now working perfectly.

    #472071

    Luke Nielsen
    Keymaster

    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

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘sticky product image box in the single product page issue.’ is closed to new replies.