How to horizontally align submit button along with other text box in one line?

  • jim44
    Asked on January 29, 2015 at 9:58 PM

    I have a simple, one line form. First name, email, submit  I want all 3 to align horizontally. Can get the name and email boxes to but not the submit button. How do I move the submit button on to the same line?

  • Ashwin JotForm Support
    Replied on January 30, 2015 at 1:54 AM

    Hello jim44,

    I have fixed it in your form. Now all the form fields including the submit button is being displayed in one line only. Please check the screenshot below:

    How to horizontally align submit button along with other text box in one line? Image 1 Screenshot 20

    I have injected the following custom css code in your form to achieve this:

     

    div#cid_2 {

    width: 50px !important;

    margin-top: -9px !important;

    The following guide should help you inject the custom css code in form:  https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!