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