Home Forums WoodMart support forum CSS problem in shopping cart Reply To: CSS problem in shopping cart

#39480

Bogdan Donovan
Keymaster

Try to add the following code snippet to the Desktop Custom CSS area in Theme Settings to fix this issue.

body .cart-content-wrapper .cart-totals-section {
	-webkit-box-flex: 0;
	-ms-flex:0 0 500px;
	flex: 0 0 500px;
	max-width: 500px;
}

Regards