Support » Plugin: MailChimp List Subscribe Form » how to change width of email field?

Viewing 1 replies (of 1 total)
  • Hey teryg93,

    Thanks for posting. You may consider adding a bit of CSS code to target the email address field and set the width on it directly. This CSS code should all you to do just that:

    .mc_merge_var #mc_mv_EMAIL {
    
        width: 10px;
    
    }

    If you have questions, let us know!

    -tk

Viewing 1 replies (of 1 total)
  • The topic ‘how to change width of email field?’ is closed to new replies.