Title: Display Button InLine ?
Last modified: September 22, 2020

---

# Display Button InLine ?

 *  Resolved [alex1belan](https://wordpress.org/support/users/alex1belan/)
 * (@alex1belan)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/display-button-inline/)
 * Hello! How can I display the button inline? See the screenshot attached as I 
   achieved with the Elementor custom form I would like to do it with Forminator
   as well. Please help… thx! [https://snipboard.io/oGE9Qt.jpg](https://snipboard.io/oGE9Qt.jpg)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdisplay-button-inline%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * (@wpmudev-support2)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/display-button-inline/#post-13440770)
 * Hello [@alex1belan](https://wordpress.org/support/users/alex1belan/) ,
 * In order to do that there is some custom CSS snippet required:
 *     ```
       #forminator-module-134174 .forminator-row:nth-child(2) {
   
       margin-right: 0;
   
       }
   
       #forminator-module-134174 button#forminator-submit {
   
       width: 100%;
   
       display: block;
   
       }
   
       #forminator-module-134174 #submit {
   
       display: block;
   
       }
   
       @media only screen and (min-width: 783px) {
   
       #forminator-module-134174 .forminator-row:nth-child(2) {
   
       float: left;
   
       width: calc(100% - 120px);
   
       margin-right: 10px;
   
       display: inline-block;
   
       }
   
       #forminator-module-134174 #submit {
   
       display: inline-block;
   
       }
   
       }
       ```
   
 * Add it to **Appearance -> Customize -> Addtional CSS**.
 * Let me know if this works for you.
 * kind regards,
    Kasia
 *  Thread Starter [alex1belan](https://wordpress.org/support/users/alex1belan/)
 * (@alex1belan)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/display-button-inline/#post-13440817)
 * Thanks! Done but the two fields are now stacked. See here: [https://sunnygainesville.com/gainesville-homes-under-250k/](https://sunnygainesville.com/gainesville-homes-under-250k/)
 *  [Predrag – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support1/)
 * (@wpmudev-support1)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/display-button-inline/#post-13482348)
 * Hi [@alex1belan](https://wordpress.org/support/users/alex1belan/),
 * Apologies for the delay here, your ticket, unfortunately, got missed 🙁
 * It seems that you have removed the form from the page in question, could you 
   create a test page with the form and share the link so we can check it out and
   see how to go around the field stacking issue?
 * Cheers,
    Predrag
 *  Plugin Support [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * (@wpmudev-support2)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/display-button-inline/#post-13503105)
 * Hello [@alex1belan](https://wordpress.org/support/users/alex1belan/) ,
 * It looks like you changed your form to display in a popup and you no longer need
   the code.
    If you do please let us know and re-open this ticket.
 * kind regards,
    Kasia

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

The topic ‘Display Button InLine ?’ is closed to new replies.

 * ![](https://ps.w.org/forminator/assets/icon-256x256.gif?rev=3443182)
 * [Forminator Forms – Contact Form, Payment Form & Custom Form Builder](https://wordpress.org/plugins/forminator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/forminator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/forminator/)
 * [Active Topics](https://wordpress.org/support/plugin/forminator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/forminator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/forminator/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/display-button-inline/#post-13503105)
 * Status: resolved