Home Forums Basel support forum Check Out Page Reply To: Check Out Page

#82396

Hello,

1. The gap has been removed by adding the code to the Theme Settings > Custom CSS:

.woocommerce-checkout #payment .payment_method_stripe label[for=payment_method_stripe] {
    display: block;
    padding-left: 22px;
}

2. When a user presses payment by credit card, first of all, he is redirected to a page with a summary where he can see the total sum and way of payment. User clicks “place order” and a popup with fields for credit card information appears http://prntscr.com/l58r6x

There is nothing odd in the behavior, this is the way this plugin works. Our theme does not influence it.

Best Regards