Home Forums Theme support Lambada: checkout button text in woocommerce cart page not alligned center Reply To: Lambada: checkout button text in woocommerce cart page not alligned center

Hi,

you can try this css code:

.woocommerce .cart-collaterals .cart_totals a.button.alt, .woocommerce-page .cart-collaterals .cart_totals a.button.alt {
	width: auto !important;
}

Please add it in WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content.