• Resolved khuiz

    (@khuiz)


    I have using WooCommerce and WooCommerce Stripe , in my Checkout page the Credit Card (Stripe) Input fields size right below is sreen cap.

    View post on imgur.com


    mobile view

    View post on imgur.com

    the Input fields can input number but noting show and i have test the place order with credit card stripe in test mode it work.

    I have try to edit in >>pages >>Checkout — Elementor, Checkout Page but can’t found the way to edit the size of Input fields for Credit Card like below

    View post on imgur.com

    Many thanks.

    • This topic was modified 2 years, 3 months ago by khuiz.
    • This topic was modified 2 years, 3 months ago by khuiz.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Aashik P – a11n

    (@aashik)

    Hi there!

    The last screenshot comes form Storefront theme.

    Can you please cross-check if you can replicate the same behavior in Storefront theme, or if the issue is specific to the theme you’re using?

    You can set up a staging site to test by getting in touch with your web host, or using a plugin. The WP Staging plugin is perfect for making a clone of your live site so you can set up a local development site. If you need help setting it up, you can find the step by step documentation here: https://www.ads-software.com/plugins/wp-staging/#description under “HOW TO INSTALL AND SETUP?”

    If you can replicate the same behavior using Storefront, could you please share a copy of your site’s System Status? You can find it via WooCommerce > Status. Select “Get system report” and then “Copy for support”.? Once you’ve done that, paste it here in your response.

    Thread Starter khuiz

    (@khuiz)

    Thanks for reply Aashik it mean related to theme and suggest using ather theme to check ?
    `

    • This reply was modified 2 years, 3 months ago by khuiz.
    Rynald0s.a11n

    (@rynald0s)

    Automattic Happiness Engineer

    Hi @khuiz

    The issue is with your theme overriding the Stripe code. You will need to contact your theme author, but in the meantime, you can use the following CSS code to resolve the issue:

    .woocommerce-checkout #payment ul.payment_methods .stripe-card-group {
    width: 100%;
    }
    
    .wc-stripe-elements-field, .wc-stripe-iban-element-field {
    width: 100%;
    }

    You can add that in the “Additional CSS” section from your customizer.

    Cheers!

    Thread Starter khuiz

    (@khuiz)

    hi @rynald0s added your CSS code in Additional CSS it work.
    Thanks for your help.

    View post on imgur.com

    Also thanks for your help @aashik

    Rynald0s.a11n

    (@rynald0s)

    Automattic Happiness Engineer

    You are most welcome, @khuiz

    Stay safe and have a fantastic day further.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘In Checkout page the Credit Card (Stripe) Input fields size not right’ is closed to new replies.