Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @ngsoes,

    Thanks for reaching out to us! I found this code online that sets the Product and Subtotal columns to 50%:

    /* SF Forums Resize column order details on checkout page */
    
    table.woocommerce-checkout-review-order-table .product-name {
      width: 50%;
    }

    I recommend adding that to the Appearance > Customize > Additional CSS section of your site’s customizer.

    Please let us know how that goes!

    Thread Starter ngsoes

    (@ngsoes)

    Thank you @wpniall its totally works

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Resize column order details on checkout page’ is closed to new replies.