Skip to content

Instantly share code, notes, and snippets.

@raamdev
Created March 29, 2014 00:19
Show Gist options
  • Select an option

  • Save raamdev/9845747 to your computer and use it in GitHub Desktop.

Select an option

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