This topic has 4 replies, 3 voices, and was last updated 4 years, 10 months ago ago by Olga Barlow
Hi there,
We experience the format issue on the Checkout with OVERSIZED Text displayed for YR and Month of Credit card. We have contacted the PayPal woocommerce plugin developers (AngellEye) and were told that this is an issue with the theme (Xstore). Here is the details of their inspection http://test.olgalishansky.com/checkout-yr-month-inspect-details/
Could you please help us to resolve it?
Thank you very much in advance.
Olga
Hello,
Add this custom CSS code:
.wc_payment_methods select {
background-image: none;
line-height: 1.4;
font-size: 14px !important;
-webkit-appearance: menulist;
display: inline-block;
margin: 5px 5px 5px 0 !important;
}
#payment .payment_methods fieldset label {
width: 100%;
}
Regards
Thank you, Rose!
Hello,
You are welcome.
Regards
You must be logged in to reply to this topic.Log in/Sign up