Skip to content

Commit

Permalink
Checkout page Styling issues with Payflow and Payments pro, ref #912
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed Nov 8, 2017
1 parent ee9d8a6 commit 07ab4e2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion assets/css/checkout.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ p.woocommerce-SavedPaymentMethods-saveNew {
.woocommerce .payment_methods li .payment_method_paypal_pro_payflow select, .woocommerce .payment_methods li .payment_method_paypal_pro select {
display: inline-block !important;
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px) {
Expand All @@ -114,4 +113,12 @@ p.woocommerce-SavedPaymentMethods-saveNew {
margin-left: 0px;
margin-top: 12px;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
width: 100%;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
float: left;
}

}

0 comments on commit 07ab4e2

Please sign in to comment.