Skip to content

Instantly share code, notes, and snippets.

@kimwhite
Last active September 15, 2021 21:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kimwhite/1da07f684df700ae74c701e430643e17 to your computer and use it in GitHub Desktop.
Save kimwhite/1da07f684df700ae74c701e430643e17 to your computer and use it in GitHub Desktop.
CSS to stack stripe credit card fields on PMPro Checkout Page
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_checkout-fields,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_checkout-fields {
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment