Skip to content

Instantly share code, notes, and snippets.

@frankschrijvers
Created July 18, 2017 15:06
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 frankschrijvers/0a7cf6d1def4c3b4c13d7f14c203742d to your computer and use it in GitHub Desktop.
Save frankschrijvers/0a7cf6d1def4c3b4c13d7f14c203742d to your computer and use it in GitHub Desktop.
Styling for more input fields opt in widget hanvana theme
.enews-widget input[type=email],
.enews-widget input[type=text] {
border: 1px solid #eee;
max-width: calc(38% - 20px);
float: left;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment