Created
July 18, 2017 15:06
-
-
Save frankschrijvers/0a7cf6d1def4c3b4c13d7f14c203742d to your computer and use it in GitHub Desktop.
Styling for more input fields opt in widget hanvana theme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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