How can I set a fixed width to my form?

  • charliefrost
    Asked on October 31, 2014 at 1:56 PM

    I create a form with a certain neat width but when I view it in a browser it stretches across the screen and looks terrible?

    http://form.jotformeu.com/form/43025065382348

     

     

    many thanks

     

    Charlie frost

  • raul
    Replied on October 31, 2014 at 3:11 PM

    Hello Charlie,

    Please try to inject the following custom CSS:

    .form-all {
    max-width: 550px !important;
    }

    I also suggest that you move the labels of your form's fields to the left.

    How can I set a fixed width to my form? Image 1 Screenshot 20

    I also made a cloned version of your form that you can find here: http://www.jotformpro.com/form/43035407679964 feel free to clone it if you want to have a deeper look into it.

    Please let us know if this helps.
    Thank you.