Archived topic
Woocommerce checkout product list
5 replies · Started by Krzysztof on April 7, 2020
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?
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.
Here You go:

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%;
}
Thanks, it looks much better now. Have a great day!
Awesome glad to be of help