The update shopping cart button making shopping list smaller
-
I’ve combine the shopping cart and checkout page together, I found out the update shopping cart button once I change the product number and click the update button one time the shopping list area getting smaller on checkout page. I’ve attach the pictures, one of them is normal and the others is I’d update 6th times and that area become very small.
Attachments:
You must be
logged in to view attached files.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.woocommerce-checkout .checkout-order-review .responsive-table .responsive-table {
padding: 0;
}
Regards
I’m really appreciate that, that really solved my problem.