Hi. I am trying to style the Email Form as a horizontal form in my footer
The site is https://dogwoodretreat.ca/5381155E/.
I have it done for the most part but I want it to look and act more like the one I downloaded from Design Cloud. I want it to stretch right across and be as responsive as the one I downloaded.
This is the code I have used so far.
.tco-subscribe-form {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
align-items: center;
}
.tco-subscribe-form fieldset input {
margin: 5px !important;
}
.tco-subscribe-form fieldset {
margin-right: 5px !important;
margin-left: 5px !important
}
.x-btn.x-btn-flat, .x-btn.x-btn-flat:hover {
text-shadow: none;
}
As you can see in the pictures the one on top is the design Cloud version which I want the Email Form to look like.
Thanks,
Jonathan