Title: align right
Last modified: August 21, 2016

---

# align right

 *  [wpkoenen](https://wordpress.org/support/users/wpkoenen/)
 * (@wpkoenen)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/align-right-4/)
 * hi.
 * i want only an email optin and a submit button
 * also i want the submit button to be aligned on the right like this
 * [email] [submitbutton]
 * how to do that with this plugin and where to put the CSSstyle code? THX!
 * [https://wordpress.org/plugins/mailchimp/](https://wordpress.org/plugins/mailchimp/)

Viewing 1 replies (of 1 total)

 *  [mc_gabe](https://wordpress.org/support/users/mc_gabe/)
 * (@mc_gabe)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/align-right-4/#post-4697650)
 * Hey wpkoenen,
 * Thanks for getting in touch. While it may be possible to get the setup you’re
   looking for by heavily customizing CSS code in your site, that could take a good
   bit of customization that may be easier to accomplish by using the MailChimp 
   Embedded code instead. This guide shows how to retrieve that code from within
   your MailChimp account, and in the options shown the “Super Slim” form offers
   a way to bring in just the email address and submit button:
    **How can I add 
   my signup form to my website?:** [http://eepurl.com/gOGN](http://eepurl.com/gOGN)
 * Trying to set things up using the plugin would require some custom CSS to be 
   added to your WordPress theme’s style.css file after unchecking all fields other
   than the email address . A starting point for the CSS would be to try adding:
 *     ```
       .mc_signup_submit {
       float: right;
       width: 200px;
       }
       ```
   
 *  (with the width customized as you wish) to get the button to float to the right
   of the specified display area) as well as
 *     ```
       .mc_merge_var {
       float: left;
       width:200px;
       }
       ```
   
 * There’ll still need to be a lot of tweaking done, but that’ll get the button 
   aligned to the right of the field area, and if you have only one field set to
   display that’ll get things _mostly_ in line.
 * If you have other questions, please feel free to get in touch.
    -Gabe

Viewing 1 replies (of 1 total)

The topic ‘align right’ 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/)

## Tags

 * [align](https://wordpress.org/support/topic-tag/align/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [submit](https://wordpress.org/support/topic-tag/submit/)

 * 1 reply
 * 2 participants
 * Last reply from: [mc_gabe](https://wordpress.org/support/users/mc_gabe/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/align-right-4/#post-4697650)
 * Status: not resolved