Skip to content

Instantly share code, notes, and snippets.

@kraftbj
Last active December 11, 2015 22:18
Show Gist options
  • Save kraftbj/4668059 to your computer and use it in GitHub Desktop.
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
.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