Home Forums Basel support forum something important Reply To: something important

#71380

Hello,

Please add this code to the Theme settings > Custom CSS > Desktop

.woocommerce-cart-form  {
    width:50%!important;
    float:left;
}
.cart-collaterals{
    width:50%!important;
    float:right;
}
.cart-collaterals .cart_totals {
    float: right;
    width: 90%;
}

Best Regards