Buttons are not alligned horizontally.

  • OlivierWaubant
    Asked on December 21, 2015 at 4:34 AM

    Hello

    how i can do for put two button (print and send) in the same level in a form in the place of soumission ?

    i have a little problème for put them in the same level horizontal

    look this page

    thanks for your help

    olivier

  • Ashwin JotForm Support
    Replied on December 21, 2015 at 5:52 AM

    Hello Oliver,

    This issue seems to be caused because of the width of the buttons. Increasing the width of the buttons will solve your problem. I injected the following custom css code in your form and the buttons seems to be now aligned correctly:

    all .form-submit-reset, .form-all .form-submit-button, .form-all .form-submit-print {

        width: 105px;

    }

    Please check the screenshot below:

    Buttons are not alligned horizontally Screenshot 20

     

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!