[Support request] woocommerce check out near subtotal/shipping/tax/total too wider

Home Forums Support [Support request] woocommerce check out near subtotal/shipping/tax/total too wider

Home Forums Support woocommerce check out near subtotal/shipping/tax/total too wider

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #929852
    hing lee

    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

    #929961
    David
    Staff
    Customer Support

    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;
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.