This topic has 4 replies, 2 voices, and was last updated 15 hours, 9 minutes ago ago by Luca Rossi
Hello, as you can see in the image, in the section where the payment method is, the lines pay by card and pay by X are scrolling both in text and visually and look bad.
Can you help me fix this?
Best regards
Recep
Hi @Recep,
Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
body .payment_methods label img {
width: 100% !important;
height: auto !important;
top: 0;
}
body #payment .payment_methods li {
margin-bottom: 30px;
}
body #payment .payment_methods li.wc_payment_method.payment_method_iyzico_pwi {
display: flex;
align-items: center;
}
body #payment .payment_methods li.wc_payment_method.payment_method_iyzico_pwi input[type="radio"] {
top: -10px;
}
body #payment .payment_methods li.wc_payment_method.payment_method_iyzico_pwi label {
display: flex !important;
align-items: center !important;
justify-content: center;
margin: 0;
}
body #payment .payment_methods li.wc_payment_method.payment_method_iyzico_pwi label p {
margin: 0;
}
body #payment .payment_methods li.wc_payment_method.payment_method_iyzico_pwi label img {
top: 0;
}
Kind regards,
The 8Theme Team
Thanks
If you need anything else please let us know.
Kind regards,
The 8Theme Team
The issue related to '‘css errors of payment methods on the payment page’' has been successfully resolved, and the topic is now closed for further responses