Title: Move Subscribe Button
Last modified: October 15, 2021

---

# Move Subscribe Button

 *  Resolved [n1cv](https://wordpress.org/support/users/n1cv/)
 * (@n1cv)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/move-subscribe-button/)
 * I would like to move the Subscribe button on top of the Name and Email fields.
   Can you help me with this?
 * Thank you,
    ncv
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmove-subscribe-button%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Contributor [Kishan Ranawat](https://wordpress.org/support/users/kishanranawat/)
 * (@kishanranawat)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/move-subscribe-button/#post-14975526)
 * Hi there,
 * Thanks for contacting us.
 * You can refer to the following custom CSS to change the order of the form fields.
 *     ```
       .es_subscription_form {
           display: flex;
           flex-direction: column;
       }
   
       .es_subscription_form .es-field-wrap:first-child {
           order: 2;
           width: 100%;
       }
   
       .es_subscription_form .es-field-wrap:nth-child(2) {
           order: 3;
           width: 100%;
       }
   
       .es_subscription_form .es_subscription_form_submit {
           order: 1;
           width: 100%;
           margin-bottom: 0.6em;
       }
   
       .es_subscription_form label {
           width: 100%;
       }
   
       .es_subscription_form .ig_es_form_field_name,
       .es_subscription_form .ig_es_form_field_email {
           width: 100%;
       }
       ```
   
 * You can put the above CSS in the **Customizer**’s settings(**Appearance** > **
   Customize** > **Additional CSS**).
 * Hope this helps you. Let us know if you have any further queries.
 * Thank You.
 *  Thread Starter [n1cv](https://wordpress.org/support/users/n1cv/)
 * (@n1cv)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/move-subscribe-button/#post-14976171)
 * Worked like a charm – thanks a billion!
 *  Plugin Contributor [Kishan Ranawat](https://wordpress.org/support/users/kishanranawat/)
 * (@kishanranawat)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/move-subscribe-button/#post-14976231)
 * Hi there,
 * Thanks for the confirmation.
 * Glad to hear that the above CSS did the trick for you.
 * Let us know if you have any other queries or face any difficulty.
 * Also, we hope you’re enjoying the **Email Subscribers** plugin and our support!
   If you liked it, then could you please do us a favor and leave a review [here](https://wordpress.org/support/plugin/email-subscribers/reviews/#new-post).
   This will help us spread the word and boost our motivation.
 * Thank you in advance.
 * Have a great weekend ahead!!!
 *  Thread Starter [n1cv](https://wordpress.org/support/users/n1cv/)
 * (@n1cv)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/move-subscribe-button/#post-14976935)
 * Email Subscribers is really impressive for a free plugin of this type – your 
   Privacy Policy is also very reassuring, which is always a good thing.
 * After I add a new article and assess its whole behaviour, I’ll make sure to leave
   a review.
 * Thanks,
    ncv

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

The topic ‘Move Subscribe Button’ is closed to new replies.

 * ![](https://ps.w.org/email-subscribers/assets/icon-256x256.png?rev=2274172)
 * [Email Subscribers & Newsletters - Email Marketing, Post Notifications & Newsletter Plugin for WordPress](https://wordpress.org/plugins/email-subscribers/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/email-subscribers/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/email-subscribers/)
 * [Active Topics](https://wordpress.org/support/plugin/email-subscribers/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/email-subscribers/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/email-subscribers/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [n1cv](https://wordpress.org/support/users/n1cv/)
 * Last activity: [4 years, 7 months ago](https://wordpress.org/support/topic/move-subscribe-button/#post-14976935)
 * Status: resolved