Skip to content

Instantly share code, notes, and snippets.

@frankschrijvers
Created July 18, 2017 15:06
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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