Hello. How can I edit checkout page columns? I’ need to edit right column width.
Thanks
This topic has 2 replies, 2 voices, and was last updated 4 years, 7 months ago ago by Rose Tyler
Hello. How can I edit checkout page columns? I’ need to edit right column width.
Thanks
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
The issue related to '‘Checkout columns’' has been successfully resolved, and the topic is now closed for further responses