Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #424369

    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

    #424829

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.