Title: Put submit button on same line
Last modified: June 1, 2020

---

# Put submit button on same line

 *  Resolved [travellingolly](https://wordpress.org/support/users/travellingolly/)
 * (@travellingolly)
 * [6 years ago](https://wordpress.org/support/topic/put-submit-button-on-same-line/)
 * I looked at a previous post which suggested I remove the <p> tags, but having
   done so my submit button still appears on another line. Here’s the code I’ve 
   created:
 *  <div class=”column left” width: 75%; >
    <label>Subscribe to the latest independent
   travel content: <input type=”email” name=”EMAIL” align=left placeholder=”Your
   email address” required /> </label> </div> <div class=”column right” width: 25%;
   > <input type=”submit” align=right value=”Sign up” /> </div>
 * Is this really only possible with a premium account?
 * Thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fput-submit-button-on-same-line%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Lap](https://wordpress.org/support/users/lapzor/)
 * (@lapzor)
 * [6 years ago](https://wordpress.org/support/topic/put-submit-button-on-same-line/#post-12922396)
 * Do you have the Premium add-on with style builder?
 * <div class=”column left” width: 75%; > is not correct html code, should probably
   be something like: <div class=”column left” style=”width: 75%; display: inline-
   block;” >
 * Custom CSS like this is out of scope for our free support, especially when it’s
   regarding css code that would not be needed if you have our Premium addon, so
   this is all the help I can give you on this here.
 * If you have a license for Premium support please contact the Premium support 
   department via the red help button on the right bottom of any of the plugin settings
   pages.
 * Hope that helps. If you have any questions, please let me know!

Viewing 1 replies (of 1 total)

The topic ‘Put submit button on same line’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [Lap](https://wordpress.org/support/users/lapzor/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/put-submit-button-on-same-line/#post-12922396)
 * Status: resolved