This topic has 6 replies, 2 voices, and was last updated 6 years, 5 months ago ago by Rose Tyler
Hello,
Having an issue where if Stripe is selected as a top payment gateway, the right block is corrupted and shipping options are impossible to select.
Please assist getting the CSS corrected
Screenshot here
http://www.clipular.com/posts/5738415979757568?k=xz9zlQsabtC-eAQ0sFKh2QbgvWc
Hello, all plugins except for WooCommerce and Stripe have been deactivated.
Same thing
Hello,
Please add this custom css code:
.woocommerce-checkout #payment .payment_method_stripe {
display: inline-block;
}
body .woocommerce-checkout #payment input#payment_method_stripe{
position:relative;
top: 20px!important;
}
.payment_method_stripe p{
margin-left: 0;
}
[for="wc-stripe-new-payment-method"]{
padding: 0!important;
}
Regards
Thank you!
The final version that looks great on my site is this:
body .woocommerce-checkout #payment input#payment_method_stripe{
position: relative !important;
top: 20px !important;
}
.payment_method_stripe p{
margin-left: 0;
}
[for="wc-stripe-new-payment-method"]{
padding: 0 !important;
}
Great.
I am glad that your problem was solved.
Regards
You must be logged in to reply to this topic.Log in/Sign up