Okay
  Public Ticket #2061867
Stripe Gateway
Closed

Comments

  •  1
    minded started the conversation

    For some reason enabling Stripe Gateway creates a row-break between the amount and "Add to cart" link.

    Let me know if you are not able to recreate the issue and I will enable it again on our website.

  • [deleted] replied

    Hi minded,

    Can you please re-create this problem so we can test it and try to provide a fix for you?

    Also please share your Wordpress credentials because I need to login to your site and your problem. Your information is safe here (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar (see how)

    Thanks!

  •   minded replied privately
  • [deleted] replied

    Hi minded,

    Please add the code below to your Custom CSS area:

    body.single-product #wc-stripe-payment-request-wrapper {
        clear: none !important;
        padding-top: 0px !important;
    }

    Have a nice day!