Skip to content

Instantly share code, notes, and snippets.

@JacobLett
Created August 11, 2015 00:59
Show Gist options
  • Select an option

  • Save JacobLett/c1d45ea1e4bdf6ee9acf to your computer and use it in GitHub Desktop.

Select an option

Save JacobLett/c1d45ea1e4bdf6ee9acf to your computer and use it in GitHub Desktop.
Correct password box from overlapping password field - Crafted Bigcommerce theme
/* Moves the password notification box so it doesn't overlap the password input field*/
.crafted .PasswordRequirements{position:relative;left:175px;}
.crafted .PasswordRequirementsContent:before{border:10px solid #333;border-bottom-color:transparent;border-top-color:transparent;border-left:0;content:'';left:-10px;position:absolute;top:22px;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment