Home › Forums › WoodMart support forum › How to make auto padding from product list to shopping cart footer? › Reply To: How to make auto padding from product list to shopping cart footer?
April 14, 2022 at 5:34 pm
#368539
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .cart-widget-side .wd-scroll-content {
position: static;
}
body .cart-widget-side .shopping-cart-widget-body {
flex: 0 0 auto;
}
In this case, when you have too many products, the buttons would be scrolled as the products list.
Best Regards