Comments 2allvar started the conversationSeptember 27, 2017 at 12:57pmHi! 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] repliedSeptember 27, 2017 at 8:59pmHi 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. Sign in to reply ...
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 ;)
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.
Thank you.