Thank you for your reply Ruenel
I’m not sure you understood my query. I already have an email form setup and connected to Mailchimp; that is not the issue. The issue is the Mail template I downloaded from the Design Cloud area. It is NOT an email form, which was what I expected. It is 4 text boxes, so I have spent a couple of hours trying to mimic how this template behaves at different page sizes, but have not been able to replicate it.
I have given the form the custom class of feastform and have been trying to play with various margins for the input areas as well as radius of the boxes, but nothing changes in the preview.
I was able to get the form inline using some CSS you supplied another user
$el {
width: 100%;
}
.feastform .tco-subscribe-form {
width:100%;
}
.feastform .tco-subscribe-form fieldset {
min-width: 0;
display: inline-block;
vertical-align:middle;
width: 24%;
margin-right: 0.5% !important;
}
.feastform .tco-subscribe-form fieldset:last-of-type,
.feastform .tco-subscribe-form fieldset:last-child{
margin-right: 0; margin-bottom:0; margin-right:0 !important; margin-left:0;
}
.feastform .tco-subscribe-form #tco_subscribe_form_first_name, .tco-subscribe-form input[type="text"], .tco-subscribe-form input[type="email"] {
margin-bottom:0; margin-right:0; margin-left:0;
border-radius: 10px
}
So I have me email form inside the Footer 2 widget and have that widget placed in a Global Block. That global block is placed inside a Footer and this CSS is used in the footer section to format the form.
The thing is, no radius appears on any of the input areas and if I adjust the margin-right, nothing happens in the preview pane.
As I indicated in my post, my email form also behaves differently than the template I downloaded at different page sizes and I it to mimic that template. Frankly I am still trying to work out why this mail template is not actually a mail form, as would be expected. I am now spending lots of time trying to get the email form I had already created replicate the look and behaviour of this template and that doesn’t seem like what a template should be for.
If the template itself cannot be used as an email form, my question is how to get my existing email form behave in a similar manner at SM size. Here is an example of what happens now
As you can see, firstly, none of the input areas have any radius, yet the radius is set to 10px and the sign up button does not fill the container at this break point.
I just find this a little disappointing on downloading a predesigned mail template from your Design Cloud area. It should at least come with some guidance as to how to get it to actually be an email opt in form
Thanks so much for your time