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
Let me know if I can provide you with more information to help solve this
Hi BeyondMS,
Could you please attach some screenshots of the issue?
Best regards,
Victoria
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.
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
Hey, Jordan,
It worked!
Thanks again for the quick support!
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