Title: [Plugin: MailChimp List Subscribe Form] Help with MailChimp code
Last modified: August 20, 2016

---

# [Plugin: MailChimp List Subscribe Form] Help with MailChimp code

 *  [turndogmillionaire](https://wordpress.org/support/users/turndogmillionaire/)
 * (@turndogmillionaire)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-mailchimp-list-subscribe-form-help-with-mailchimp-code/)
 * Hi all
 * I was helped at mailchimp live chat, but they also gave me this forum for some
   further tips. I think i’m early there, but have a question (something simple 
   i’m sure) i can’t quite work out
 * There are two parts:
 * 1 – I want to centre the ‘Join Team Turndog’ text. I tried doing this with the
   <centre> tags, but it made the text small, revert to something other than courier,
   and non bold. So, how can i centre it whilst keeping the current size and font?
 * 2 – I would like to have the email strip (where you place the email) go across
   the entire box, so it sits flush. I think this will make it look more neat, which
   is important for someone with a bit of OCD 🙂
 * Any help from you would be amazing
 * Matt
 * [http://wordpress.org/extend/plugins/mailchimp/](http://wordpress.org/extend/plugins/mailchimp/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [turndogmillionaire](https://wordpress.org/support/users/turndogmillionaire/)
 * (@turndogmillionaire)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-mailchimp-list-subscribe-form-help-with-mailchimp-code/#post-2645880)
 * oh, and my site is [http://www.turndogmillionaire.com](http://www.turndogmillionaire.com)
 * cheers
 *  [mc_nate](https://wordpress.org/support/users/mc_nate/)
 * (@mc_nate)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-mailchimp-list-subscribe-form-help-with-mailchimp-code/#post-2646166)
 * Hey there!
 * We had a peek at the site, but were unable to find the specific text that you
   mentioned.
 * However, for the second question, that’s definitely possible. Because the “Email
   Address” label is kind of long, you might want to do away with that entirely 
   or add it in the actual text box. While that’s not something we support directly,
   here’s the quick hack on how to add that:
 * [http://wordpress.org/support/topic/plugin-mailchimp-list-subscribe-form-request-add-placeholder-text-for-mailchimp-widget?replies=8](http://wordpress.org/support/topic/plugin-mailchimp-list-subscribe-form-request-add-placeholder-text-for-mailchimp-widget?replies=8)
 * In order to actually hide the field, you’d want to add something like this to
   your site’s CSS:
 *     ```
       #mc_signup_form .mc_var_label {
       display: none;
       }
       ```
   
 * That will give you this look:
    [http://cl.ly/2M3k2V0M1T081b391R0Y](http://cl.ly/2M3k2V0M1T081b391R0Y)(
   Screenshot)
 * Then you can float the input box to the left a little, which will bring the submit
   button up on the same line using this:
 *     ```
       #mc_signup_form .mc_input {
       float: left;
       }
       ```
   
 * And giving you this:
    [http://cl.ly/2T2Y163S170P1Z3V1T2o](http://cl.ly/2T2Y163S170P1Z3V1T2o)(
   Screenshot)
 * Of course, you’ll have to do some fine-tuning to get things looking exactly right,
   but that should get you headed in the right direction. 🙂
 * Let us know if we can help with anything else!
 * Cheers

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: MailChimp List Subscribe Form] Help with MailChimp code’ is 
closed to new replies.

 * ![](https://ps.w.org/mailchimp/assets/icon.svg?rev=3156997)
 * [Mailchimp List Subscribe Form](https://wordpress.org/plugins/mailchimp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailchimp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailchimp/)
 * [Active Topics](https://wordpress.org/support/plugin/mailchimp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailchimp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailchimp/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [mc_nate](https://wordpress.org/support/users/mc_nate/)
 * Last activity: [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-mailchimp-list-subscribe-form-help-with-mailchimp-code/#post-2646166)
 * Status: not resolved