Thanks so much for helping Ruenel
I was under the impression that the max width set in Email Forms should have handled it, but I guess there is no set minimum there. Can I then safely assume there is not much point in setting much in the way of margins, padding or width parameters in the actual Email Forms section? It can all be done in whatever container it is going into; is that more how it would be handled?
Does that also apply to things like bolding the text on a button like the submit button?
One thing that is odd Ruenel, is that I set a hover colour for the submit button. it works when viewing it in Global Blocks, but does not seem to work when viewing it in the Footer section. Is that normal?
I did have some CSS which worked in X to format the email form. I changed the x form reference to the tco_subscribe one and find it does nothing at all. This is what was originally formatting the form in x
.tco-subscribe input[type="text"], .tco-subscribe input[type="email"] {
border: 1px solid #ccc5c5 !important;
background-color: #f5f5f5 !important;
border-radius: 5px !important;
font-size: 14px;
font-weight: normal;
font-style: normal;
font-family: Lato, sans-serif;
letter-spacing: 1px;
text-align: left;
}
/* fixes mailchimp form */
.tco_subscribe input[type="submit"] {
text-shadow: none !important;
border-radius: 5px !important;
background-color: #000 !important;
font-size: 14px;
font-weight: bold;
font-style: normal;
font-family: Lato, sans-serif;
letter-spacing: 1px;
text-align: center;
padding-top: 10px;
}