Home Forums WoodMart support forum Button Bug Reply To: Button Bug

#40646

Artem Temos
Keymaster

Hello,

Try to add the following code snippet to the Custom CSS area in Theme Settings.

body tr.order-total strong .amount, 
body tr.order-total th {
 font-size: 14px;
}

body .cart-content-wrapper .cart-totals-section {
	max-width: 450px;
}

Kind Regards
XTemos Studio