Home Forums WoodMart support forum cart buttons Reply To: cart buttons

#322296

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

.cart-widget-side.wd-side-hidden .wd-scroll-content {
	position: relative;
}

.cart-widget-side.wd-side-hidden .shopping-cart-widget-body {
	flex-grow: 0;
}

When there are a lot of products the buyer will have to scroll the siedebar.

Best Regards