Home › Forums › WoodMart support forum › Sticky Add to cart only Loads upon scrolling in woodmart product page › Reply To: Sticky Add to cart only Loads upon scrolling in woodmart product page
September 12, 2022 at 2:17 pm
#402931
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-sticky-btn-on .wd-sticky-btn {
transform: translate3d(0, 0, 0);
}
Best Regards