Hi there. We’ve just added the Stripe gateway to our site and there was an issue with the alignment of the Card Number, Date and CVV boxes. However, on checking the forum we entered the following code provided by Eva Kemp which has solved the issue of the alignment of the boxes but it has caused an issue with the PayPal option alignment. Here’s the code we added:
.payment_methods p {
margin-left: 0;
width: 200px !important;
float: left !important;
}
I’ve attached a screenshot of the checkout page showing the alignment issue below. Can we do anything about this? Also as the code was just Custom CSS for desktop, the initial alignment issue is still a problem on mobiles and tablets.
Here’s the link to the screenshot of the issue:
http://awesomescreenshot.com/0275tjn848
Many thanks.