This topic has 2 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Rose Tyler
Something weird happened and now the Checkout of our page has 3 columns when it should be 2 we would like to have it like in the demo
please take a look
Hello,
You can add this code in Theme Options -> Styling -> Custom CSS -> Global Custom CSS:
.checkout .col2-set .col-1, .checkout .col-1 {
width: 100%;
}
.checkout .col2-set .col-2, .checkout .col-2 {
width: 100%;
}
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up