This topic has 2 replies, 2 voices, and was last updated 5 years, 9 months ago ago by Olga Barlow
Hello,
I have a problem with payment stripe by subcriptio. at the moment of entering the codes of the blue card, they do not display themselves. but take it into account if we validate the payment, how to ensure that it safiche?
made a test if you want to see the problem.
Hello,
Seems plugin has padding styles directly in PHP file http://prntscr.com/mmlj3y and it caused the issue. Add the following code to Theme Options > Custom CSS to fix the problem
#subscriptio_stripe-card-expiry-month, #subscriptio_stripe-card-expiry-year {
padding: 0 2.9em 0 1em !important;
}
#subscriptio_stripe-card-expiry-month {
margin-bottom: 15px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up