Align left Mailchimp form in footer

Hi,

I want my Mailchimp subscribe form in the footer to be aligned left. After much experimentation, I can get it to align left but then when I reduce the screen to mobile size, the next column in the footer either overlaps it (if I use position:absolute) or doesn’t reduce in size correctly (if I use float:left).

I am completely stuck as to how to achieve this AND have it resize responsively.

Thanks in advance for your help.

Hey @sarammog,

Please add this code in Appearance > Theme Options > Global CSS.

.x-colophon #tco-subscribe-form-9 {
    margin-left: 0;
}

Thanks.

Wow, thanks! I think I was over-complicating my solution!

You’re welcome. Glad we could help.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.