Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1192005

    Hey!

    On mobile, the padding on the credit card section is so thick that it makes it hard to enter the card number. Is there a way we can reduce the padding?

    I am using: Woocommerce Stripe Gateway

    #1192722

    Let me know if I can provide you with more information to help solve this

    #1193256

    Hi BeyondMS,

    Could you please attach some screenshots of the issue?

    Best regards,
    Victoria

    #1193668

    Absolutely, here you go: https://photos.app.goo.gl/2YM7Juzh85ZsmQAPA

    It looks like that payment box as some sort of padding where the card it. I just wonder if that can be reduced.

    #1193682

    Hi,

    Add this to quick css:

    @media only screen and (max-width: 767px)  {
    #top #payment div.payment_box{
    width:100%!important;
    padding:0px!important;
    }}

    Best regards,
    Jordan Shannon

    #1193914

    Hey, Jordan,

    It worked!

    Thanks again for the quick support!

    #1193919

    Hi,

    No problem at all, I’m happy to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Mobile Credit Card Padding Blocking Card Entry’ is closed to new replies.