Skip to content

Instantly share code, notes, and snippets.

@ronalfy
Created November 9, 2020 19:57
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 ronalfy/0d86a71fb2a9b060fe4f5d36553d15ec to your computer and use it in GitHub Desktop.
Save ronalfy/0d86a71fb2a9b060fe4f5d36553d15ec to your computer and use it in GitHub Desktop.
PMPro - Strong Password Checker CSS Fixes
#pmprosp-container {
float: right;
width: 100%;
max-width: 51%;
}
.pmpro_checkout-field-password2 {
float: right;
clear: both;
width: 51%;
}
#pmprosp-password-notice {
display: none;
}
.pmpro_checkout-field-bemail {
clear: both;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment