The car total on check out is align left. I want it right

edited July 2017 in WooCommerce
.cart-collaterals .cart_totals {

float: left!important;
width: 48%!important;
text-align: left!important;

}

I tried to change this on woocommerce.css but it did not work (Float:right!important;)

Regards

Luis

Comments

Sign In or Register to comment.