Last active
December 11, 2015 22:18
-
-
Save kraftbj/4668059 to your computer and use it in GitHub Desktop.
On Metro, if you use the name fields on eNews Extended in the after-post area, the submit button may share a line with the e-mail field, causing it to look weird with the first name field. Use this in place of what's found starting on line 1427 of style.css
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
.after-post .enews-widget input[type="submit"] { | |
width: auto; | |
display: block; | |
margin: auto; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment