Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #174748

    hi. how can i set the table-width of woocommerce cart (where’s the total-amount shown) to 100%???

    #174911

    Hi chrisholemar!

    Try with this code, add it to the Quick CSS:

    .cart-collaterals .cart_totals{
    width: 100%;
    }
    

    Regards,
    Josue

    #175271

    hi josue. great thx. it works!

    one question more ;-)
    how i will get the amount (in the right row) “aligned left” (now the amounts are aligned right, the selection of shipping-method left)

    THX, Chris

    #175312

    Hi Chris,

    Can you post a link to your website please?

    Regards,
    Josue

    #175507
    This reply has been marked as private.
    #175528

    Hi!

    Use following css code

    
    .cart-collaterals .cart_totals table tr td {
    text-align: left;
    }
    

    Regards,
    Peter

    #175970

    great! thx a lot!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘set table-width woocommerce cart’ is closed to new replies.