Checkout columns - by valeriof - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 4 years, 7 months ago ago by Rose Tyler

  • Avatar: valeriof
    valeriof
    Participant
    May 15, 2021 at 10:26

    Hello. How can I edit checkout page columns? I’ need to edit right column width.
    Thanks

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 15, 2021 at 10:55

    Hello,

    Custom CSS code can be used, for example, add the next code in Theme Options > Theme custom CSS > Custom CSS for desctop:

    .woocommerce-checkout .col-md-5.cart-order-details {
        width: 70%;
    }
    .woocommerce-checkout .col-md-7 {
        width: 30%;
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

The issue related to '‘Checkout columns’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.