Hi
I’ve created an e-mail form and inserted into my main page which is under development. The e-mail form works fine but is not inline. I searched on your knowledge base and followed the suggested CSS modification but it did not work for me.
.tco-subscribe-form {
max-width: 100% !important;
}
.tco-subscribe-form > fieldset {
display: inline-block;
}
.tco-subscribe-form > fieldset input {
display: block;
}
Also, the Subscribe button is too large and I want to make it smaller.
this is my site which is under development www.abdallahmoalim.com
Thanks