How do I make the form size wider?

  • editorwssdca
    Asked on July 27, 2016 at 5:39 AM

    Hi There,

    Had my form width set up fine yesterday and when I went to update a few things it has changed the width and now won't accommodate the configurable list. I have tried to use the designer but to no avail....

    Help please!

     

     

  • Chriistian Jotform Support
    Replied on July 27, 2016 at 8:37 AM

    Hi,

    Please try injecting the following CSS to your form.

    .form-all {

       max-width: 1500px !important;

    }

     

    Please see the following guide to inject CSS to your form: How to Inject Custom CSS Codes.

    The result of injecting that CSS will widen the dark part of your form.

    How do I make the form size wider? Image 1 Screenshot 20

     

    However, please note that you might also need to rearrange the fields in your form because of increasing the width of the dark part of your form.

    Do let us know if you need further assistance.