Home New Guten Forums WoodMart support forum Sticky button on single product page | Mobile Screen

Sticky button on single product page | Mobile Screen

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #664538

    shweta
    Participant

    Hello Team,

    The sticky button on my single product page is showing, but it only appears after the third scroll. I want it to show immediately as soon as I add the product, instead of after the third scroll. Check only the mobile screen for a better understanding. Please find the screenshot attached.

    Best

    Attachments:
    You must be logged in to view attached files.
    #664643

    Hung Pham
    Keymaster

    Hi shweta,

    Thanks for reaching to us.

    Please Add the below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile:

    .wd-sticky-btn-on-mb .wd-sticky-btn:not(.wd-sticky-btn-shown){
        transform: translate3d(0, 0, 0);
    }

    Regards,
    Hung PD

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