Hi, I was wondering if you guys knew how to get rid of the extra width space?

  • englep10
    Asked on September 25, 2014 at 10:46 AM

    My forum is very close to perfect however i would like to not have any empty space when regards to my width.

  • David JotForm Support
    Replied on September 25, 2014 at 11:33 AM

    Hi,

    To adjust the width of your form, in the form builder click on the "Preferences" tab:

    Hi, I was wondering if you guys knew how to get rid of the extra width space? Image 1 Screenshot 20

    Then in the preferences, click on the "Form Styles" tab.  From there, you can adjust the width of your form.

    Let us know if you have any further questions and we will be happy to help.

  • pinoytech
    Replied on September 25, 2014 at 11:42 AM

    Hi englep,

     

    You can also use custom CSS and inject into your form to adjust the width in addition to David's answer. Try this code and inject it in your form.

    .form-all {

    width: 500px !important;

    }

    Here's the guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Thanks!

  • englep10
    Replied on September 25, 2014 at 2:41 PM

    thanks guys!