Home Forums Basel support forum The update shopping cart button making shopping list smaller

The update shopping cart button making shopping list smaller

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #16679

    tiantzer
    Participant

    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.
    #16681

    Artem Temos
    Keymaster

    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

    #16682

    tiantzer
    Participant

    I’m really appreciate that, that really solved my problem.

    #16684

    Artem Temos
    Keymaster

    Great, you are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)