Viewing 1 replies (of 1 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello,

    You can add CSS to target this input[type=email].

    So something along the lines of below should work.

    input[type=email] {
        display: block;
        width: 100% !important;
        margin: 0 0 10px;
        min-width: 50px;
    }

    Since CSS is beyond the scope of our support we only provide limited support on the same.

    P.S. I noticed your form code and it looks like you have multiple things embedded. Have you modified the form at “MailChimp for WP > Forms” with the default form provided by MailChimp.com?

Viewing 1 replies (of 1 total)
  • The topic ‘embedded form width’ is closed to new replies.