Site logo

Archived topic

woocommerce check out near subtotal/shipping/tax/total too wider

1 reply · Started by hing lee on June 14, 2019

Viewing posts 1–2 of 2

Hi Tom,

I have a questions about the woocommerce check out page issue, how can i make this subtotal area shorter, it is too wide, waste my space, please help me to fix it. thank you

Hi there,

Do you mean the Cart Total table? If so then this CSS:

@media(min-width: 769px) {
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        width: 35%;
        min-width: 400px;
    }
}
This archived topic is closed to new replies.