How can I make these payments in line with bulets on payment page?
https://i.imgur.com/b3Hrllj.png
This topic has 3 replies, 2 voices, and was last updated 4 years, 7 months ago ago by ziga32
How can I make these payments in line with bulets on payment page?
https://i.imgur.com/b3Hrllj.png
Hello,
Add the below code to Theme Options > Custom CSS
#payment .payment_methods li {
display: flex;
flex-wrap: wrap;
}
#payment .payment_methods label {
width: auto;
}
#payment .payment_methods input[type="radio"] {
top: 8px;
}
Let me know if it helps.
Regards
works great, thank you
The issue related to '‘Payments in line with bullets’' has been successfully resolved, and the topic is now closed for further responses