Home Forums Basel support forum How to reduce some spaces close the Stripe button

How to reduce some spaces close the Stripe button

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #115348

    Giulio
    Participant

    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.

    #115423

    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

    #115424

    Giulio
    Participant

    Errrr… no 😕 Take a look to the screenshot, please.

    #115440

    Hello,

    What should I do to see this element on the checkout http://prntscr.com/n423i5 I do not see it.

    Best Regards

    #115441

    Giulio
    Participant

    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.

    #115536

    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

    #115540

    Giulio
    Participant

    It works great. Many thanks! Could you help us also about this? I really do not understand why it happen.

    #115795

    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

    #115799

    Giulio
    Participant

    LOL, no 😀 I would like to see this icons inline.

    #115819

    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

    #115821

    Giulio
    Participant

    Yeah, it works. Thanks a lot!

    #115930

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 12 posts - 1 through 12 (of 12 total)

The topic ‘How to reduce some spaces close the Stripe button’ is closed to new replies.