Hey guys! Just wondering if you could offer some quick assistance on positioning of the text within a button. I can’t figure out how to make it so that the text “make a payment” is vertically centered.
Hi peanuttario!
Try this:
.stripe-button-el span {
padding-top: 13px !important;
}
Regards,
Rikard
hey rikard! I thought i tried that but I guess i didn’t…it worked! thank you for your help :)