• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 29.07.21, 10:39
  • Opened by: Andrea Vallini
  • Closed by: Fred
  • Closed on: 15.08.21, 12:13
  • Reason: Closed
  • Comment: Glad to help!

Ticket #22029 - Text alignment and radio checkbox payment methods

How can I make the checkbox and text for each payment method horizontally aligned and not split by a line break?

Attachments:

pay.png (105 KiB)

Comments

Fred 30 Jul 2021, 08:21

Try following CSS fix

#checkout-payment-step .payment-options .payment-option,
#checkout-payment-step .payment-options .payment-option label {
  display:flex;
  align-items:center
}