Okay
  Public Ticket #1316473
Woo Commerce Cart
Closed

Comments

  •  2
    allvar started the conversation

    Hi! 

    The text "Update Cart"  doesn’t fit in the button.

    Can you make the button wider or have the text wrap like in the adjacent green button?

    Thanks ;)

  • [deleted] replied

    Hi allvar,

    To learn more How to use Custom CSS please refer to our article How to add Custom CSS, then paste the code below in Custom CSS Section.

    @media (max-width: 765px) { 
        .woocommerce .woocommerce-cart-form .cart-collaterals {
            width: 100%;
        }
    }
    @media (min-width: 767px) { 
        .woocommerce .woocommerce-cart-form .cart-collaterals {
            width: 600px;
        }
    }

    Thank you.