Skip to content

Instantly share code, notes, and snippets.

@Edwynn
Forked from grantambrose/style.css
Created November 29, 2018 19:18
Show Gist options
  • Save Edwynn/a0c57ff03dc332e8455f39e731ec0ed5 to your computer and use it in GitHub Desktop.
Save Edwynn/a0c57ff03dc332e8455f39e731ec0ed5 to your computer and use it in GitHub Desktop.
Create a two column WooCommerce Checkout Page to streamline purchasing
/* 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%;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment