How to reduce some spaces close the Stripe button
-
Hi there, I’d like to reduce the space below the – OR – next to the Stripe button. But only in the checkout page, not inside the cart page. How can I do it? Thanks a lot Elise.
Hello,
Do you mean this one? http://prntscr.com/n41gff The screen you have provided is not clean.
Please add this code to the Theme Settings > Custom CSS > Global:
body .woocommerce-checkout .place-order {
margin-top: 0;
}
Best Regards
Errrr… no 😕 Take a look to the screenshot, please.
Hello,
What should I do to see this element on the checkout http://prntscr.com/n423i5 I do not see it.
Best Regards
I’m seeing it from incognito mode. Please do not select as “shipping” the value “Contrassegno”, but “Gratuita”. You should see it in that way.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woocommerce-checkout .woocommerce-billing-fields,
body .woocommerce-checkout .woocommerce-shipping-fields,
body .woocommerce-checkout .woocommerce-account-fields {
margin-top: 0;
}
Best Regards
It works great. Many thanks! Could you help us also about this? I really do not understand why it happen.
Hello,
What do you mean? Do you want to remove this button? You need to deactivate the appropriate plugin.
Find plugins with “stripe” and deactivate.
Best Regards
LOL, no 😀 I would like to see this icons inline.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woocommerce-checkout .woocommerce-checkout-payment li.payment_method_stripe img{
width:40px;
height: auto;
float:left
}
Best Regards
Yeah, it works. Thanks a lot!
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘How to reduce some spaces close the Stripe button’ is closed to new replies.