Hello There,
Please have this code updated:
.subscribe-form-class input[type="submit"]{
padding: 0.65em 1.125em 0.73em;
margin-top: 0.813em;
}
.subscribe-form-class form fieldset:first-of-type {
margin-right: 10px;
}
Please make use of this code instead:
.subscribe-form-class input[type="submit"]{
padding: 0.65em 1.125em 0.73em;
margin-top: 0.813em;
}
.tco-subscribe-form input[type="submit"] {
margin-top: 0 !important;
text-shadow: none;
}
.subscribe-form-class form fieldset:first-of-type {
margin-right: 10px;
}
We would loved to know if this has work for you. Thank you.