Home › Forums › WoodMart support forum › Remove product from cart scrolling to much › Reply To: Remove product from cart scrolling to much
June 23, 2018 at 8:54 am
#64454
Bogdan Donovan
Keymaster
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.browser-Safari .woocommerce-cart .woocommerce-message {
position: relative;
animation: none;
transform: none;
}
.browser-Safari .woocommerce-cart .woocommerce-message.hidden-notice {
display: none;
}
Regards