Reply 347464 to: Checkout layout Classic version – how to edit?

Avatar: Rose Tyler
Rose Tyler
Support staff
February 19, 2023 at 15:42

Hello, Mateusz,

You can try this code:

.woocommerce-checkout #shipping_method li {
    flex-wrap: wrap;
    position: relative;
}
.woocommerce-checkout #payment .payment_methods label, .woocommerce-checkout #shipping_method label {
    max-width: calc(100% - 20px);
}
.woocommerce-checkout #payment .payment_methods input[type=radio], .woocommerce-checkout #shipping_method input[type=radio] {
    float: left;
}

OR

.cart-order-details .woocommerce-shipping-totals.shipping td {
    max-width: 260px;
}

Kind Regards,
8theme team

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.