Skip to content

Commit

Permalink
Woocommerce checkout-page
Browse files Browse the repository at this point in the history
blockui bug fix
  • Loading branch information
Eugene committed Feb 18, 2016
1 parent 9246bd6 commit 8f0f660
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions woocommerce/woo.css
Original file line number Diff line number Diff line change
Expand Up @@ -994,6 +994,12 @@ body.woocommerce-cart.woocommerce-page .cart-collaterals .shipping_calculator h2
padding:0 !important;
}

.woocommerce .blockUI.blockOverlay {
position: relative!important;
display: none!important;
}


/*---CHEKOUT---*/
.woocommerce-checkout #customer_details{display:block;float:left;width:100%;margin:0 ;}
.woocommerce-checkout #order_review_heading{float:none;width:100%;display:block;}
Expand Down

0 comments on commit 8f0f660

Please sign in to comment.