Title: centre text box
Last modified: August 22, 2016

---

# centre text box

 *  Resolved [jpryce](https://wordpress.org/support/users/jpryce/)
 * (@jpryce)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/centre-text-box/)
 * Hi there
    I’ve reduced the width of the email text box on my site but now it’s
   not centred and i can’t work out how to move it across. Any suggestions? [http://www.jamespryce.com/wp](http://www.jamespryce.com/wp)
 * Thanks
 * James
 * [https://wordpress.org/plugins/mailchimp-for-wp/](https://wordpress.org/plugins/mailchimp-for-wp/)

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

 *  Plugin Author [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/centre-text-box/#post-5369282)
 * Hi James,
 * To center all elements in your form, use the following.
 *     ```
       .mc4wp-form {
       	text-align: center;
       }
       .mc4wp-form input {
       	margin-left: auto !important;
       	margin-right: auto !important;
       }
       ```
   
 * You can add the rules to your theme stylesheet or by using a plugin like “Simple
   Custom CSS”.
 * Hope that helps. If not, let me know!
 *  Thread Starter [jpryce](https://wordpress.org/support/users/jpryce/)
 * (@jpryce)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/centre-text-box/#post-5369296)
 * Perfect, thanks
 * James
 *  [alexkopf](https://wordpress.org/support/users/alexkopf/)
 * (@alexkopf)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/centre-text-box/#post-5369368)
 * Hi Danny,
 * I have had the same problem and used the above code given by you. However, not
   all text was centered as a result – the word “newsletter” is still not in the
   middle. can you give me a solution. the site is:
    [http://www.alexkopf.com](http://www.alexkopf.com)
   Look down at footer area.

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

The topic ‘centre text box’ is closed to new replies.

 * ![](https://ps.w.org/mailchimp-for-wp/assets/icon-256x256.png?rev=1224577)
 * [MC4WP: Mailchimp for WordPress](https://wordpress.org/plugins/mailchimp-for-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailchimp-for-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailchimp-for-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/mailchimp-for-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailchimp-for-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailchimp-for-wp/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [alexkopf](https://wordpress.org/support/users/alexkopf/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/centre-text-box/#post-5369368)
 * Status: resolved