Hey Guys, is there an easy (and update proof) way to make the checkout one column?
http://i.glui.me/1H01vnU
I don’t think it’s necessary to have those two side by side, it would look much cleaner as one column :)
Let me know!
Thanks
Hey Gigi!
Add this to your custom CSS.
.checkout .col2-set .col-1, .checkout .col2-set .col-2 {
float: left;
width: 100% !important;
}
Regards,
Elliott