• Closed
  • Andy Knight
    Spectator
    October 10, 2017 at 4:00 pm #35029

    Hi

    The frames for the checkout seem too narrow and I cannot see how to adjust this. If you could have a look at the attached image and let me know, that would be great.

    http://prntscr.com/gvn3fn

    The product description is around 5 characters wide.

    Thanks in advance.

    vaibhav
    Spectator
    Posts: 287
    October 11, 2017 at 8:22 am #35034

    Hi,

    For your issue, please add below custom css:
    form.checkout .shop_table tfoot th {
    text-align: left;
    }

    form.checkout .cart_item td.product-name {
    width: 60%;
    }

    We will update soon our woocommerce check out page style.

    Thank you