Hello,
I am attempting to split my woocommerce checkout so that the totals appear on the right hand side and the forms on the left. I am using the following code, which only partially seems to work, does anyone have any ideas?
Thanks,
Smokingjacket
/Checkout/
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 993px) {
/* ---------------------
WOOCOMMERCE
--------------------- */
body .woocommerce .col2-set .col-1{width:100%;}
.woocommerce-billing-fields h3{margin-top:40px;}
.woocommerce .col2-set, .woocommerce-page .col2-set{width:48%;float:left;}
#order_review_heading, .woocommerce #order_review, .woocommerce-page #order_review{float:left;width:48%;margin-left:2%;}
}