[Resolved] Woocommerce checkout product list

Home Forums Support [Resolved] Woocommerce checkout product list

Home Forums Support Woocommerce checkout product list

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1229600
    Krzysztof

    Hello. When using GP and Woocommerce from Premium, I notice that when I choose delivery and payment methods, they interfere heavily with Product column, which becomes very thin. Is there a simple way to separate Product list and delivery/payment list in theme?

    Can I post example here, or do I need to host it outside?

    #1229627
    David
    Staff
    Customer Support

    Hi there,

    can you provide a screenshot so i can see the issue – yes you will need to host the image and provide us with the URL.

    #1229779
    Krzysztof

    Here You go:

    null

    #1229980
    David
    Staff
    Customer Support

    Hard for me to replicate as it looks to be related to the length of the address being pulled in. Try adding this CSS to ‘lock’ the column widths:

    .woocommerce table.woocommerce-checkout-review-order-table {
        table-layout: fixed;
    }
    .woocommerce table.woocommerce-checkout-review-order-table tr th,
    .woocommerce table.woocommerce-checkout-review-order-table tr td {
        width: 50%;
    }
    #1230020
    Krzysztof

    Thanks, it looks much better now. Have a great day!

    #1230043
    David
    Staff
    Customer Support

    Awesome glad to be of help

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.