Max width is showing shorter than set

  • brewerben
    Asked on March 21, 2016 at 12:44 PM

    I have set my max width of my form to 1000px but on my website and in the jotform editor it is showing it as  much shorter. Below is an image of what it is doing. I would like for it to be as wide as the bar placed above it. Thank you.

    Jotform Thread 799252 Screenshot
  • David JotForm Support Manager
    Replied on March 21, 2016 at 1:12 PM

    Please try injecting the following CSS code: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    .form-all {

        width: 1000px !important;

    }

    Let us know if you need more help.

  • brewerben
    Replied on March 21, 2016 at 1:37 PM

    That worked. Thank you!