Home › Forums › Basel support forum › Sticky add to cart › Reply To: Sticky add to cart
June 24, 2019 at 6:11 am
#129741
Bogdan Donovan
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
body .basel-sticky-btn {
transform: none;
-webkit-transform: none;
}
Regards