Hi,
I\m developing a website based on the Crafty demo and have added the following CSS to the Gobal Footer CSS:
.tco-subscribe-form {
text-align:left;
width: auto !important;
max-width: 100% !important;
}
.tco-subscribe-form fieldset {
display: inline !important;
}
.tco-subscribe-form fieldset input[type]{
margin:0 !important;
}
.tco-section .x-subscribe-form fieldset {
margin-bottom: 0px;
width: 100%;
}
The CSS isn’t quite working as I would like the layout to keep the current colours, wording etc… but match your demo input fields which are above so:
-
Email input box to be longer ending in the same place as the demo input box.
-
Submit button to be on the same line as is, but to start and end as per the demo submit button.
Thanks