I’ve read so many posts on this and I still cannot get it to work right. I’ve put the form in the footer. The Subscribe button is offset a few pixels south. I’m pretty sure this is because it is a button and the others are type fields. I’ve tried the following.
.tco-subscribe-form input[type="submit"] {margin-top: 0px;}
@media (min-width: 768px) {
.tco-subscribe-form fieldset {
display: inline-block;
width: 30%;
float: left;
margin-right:10px !important;
vertical-align: top;
}
}
It makes it inline, but that pesky button just won’t budge.
I could use some help.