This topic has 6 replies, 4 voices, and was last updated 7 years, 11 months ago ago by Rose Tyler
On checkout page the Credit Card information is broken apart, is there a css code I can use to fix it?
Hello,
Please add this css code in Theme Options > Custom CSS > Global Custom CSS:
.payment_methods p {
margin-left: 0px;
}
.wc_payment_method.payment_method_moneris form .form-row-first, form .form-row-last {
float: left !important;
width: 100%;
}
.payment_methods li label {
padding-left: 0px;
}
Best regards,
Jack Richardson.
Thanks, however the Expiration Date is still broken into two different lines 🙁
Hello,
Please also use this css code:
.payment_methods li label {
display: block;
}
.payment_methods select {
display: inline-block;
}
Regards,
Eva Kemp.
THANKS!
Hello,
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘On checkout page the Credit Card information is broken apart.’' has been successfully resolved, and the topic is now closed for further responses