Quote Originally Posted by Doodlebuckets View Post
How would I go about putting a line or two of space in between each payment method on my checkout payment page? Thanks, Amy
Does this help?
#checkoutpaymentBody input[type=radio]{margin:15px 0}
#checkoutpaymentBody .radioButtonLabel {padding:10px}