Skip to content

Instantly share code, notes, and snippets.

@raamdev
Created March 29, 2014 00:19
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 raamdev/9845747 to your computer and use it in GitHub Desktop.
Save raamdev/9845747 to your computer and use it in GitHub Desktop.
/* Install the Jetpack Custom CSS module, then go Appearance→Edit CSS and add this: */
.sml_emailinput {
width: 80%;
}
/* If that doesn't work, try adding !important like this: */
.sml_emailinput {
width: 80% !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment