Sticky button on single product page | Mobile Screen
-
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.
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