The car total on check out is align left. I want it right
.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
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
Any link to page that you are talking about? Also, please explain what exactly you are trying to do.