In this case, this is the Minimum 2.0 theme. It’s an easy fix to get it to look better. Open up the style.css in the Minimum theme and change this on line 1217:
.enews #subbox, .s {
to this:
.enews #subbox, #subbox1, #subbox2, .s {
Presto chango:
Some folks are nonplussed by Minimum’s lack of submit button. A little freebie. In style.css, open it and head to line 1237. Change it from
.enews #subbutton, .searchsubmit {
to
.searchsubmit {
That works for some folks, but what if you want it on the same line as the e-mail address. In that case, add this to your style.css
.enews #subbox { width: 77%; }
That’ll give you:
Leave a Reply