Hi guys!
So, I have installed an x-form in this page: www.yourimagecoach.com
And added this code:
.x-subscribe-form {
max-width: 700px !important;
}
.x-subscribe-form fieldset {
display: inline;
}
.x-subscribe-form input[type=“submit”] {
margin-top: 0;
}
.x-subscribe-form fieldset {vertical-align: top;}
.x-subscribe-form input[type=“submit”] {height: 50px;}
.x-subscribe-form {
text-align: center;
}
BUt, for some reason it’s showing in 2 lines instead of side by side (Name, Email, Send).
It was working before, but for some random reason this is showing like this.
Can you help?