How to set the form width to 1000px and the content around 950px?

  • OystersUnplugged
    Asked on August 2, 2015 at 6:02 AM
    A bit more information,  I want the form width to be 1000px and the content around 950px and all square(both left and right) if that makes sense.
  • BJoanna
    Replied on August 2, 2015 at 8:01 AM

    I have inspected your from http://form.jotform.co/form/52131798372863 and I saw that you have set width of your from to be 1000px. 

    Can you please explain in more details which content you want to be 950px?

    Looking forward to your reply. 

  • OystersUnplugged
    Replied on August 2, 2015 at 7:05 PM

    How to set the form width to 1000px and the content around 950px? Image 1 Screenshot 20

     

  • OystersUnplugged
    Replied on August 2, 2015 at 7:08 PM

    Just posted an image of the form.  I just want the entire form to be square on both the left and right hand sides.   Currently the right hand side is out by 10 - 20 px for the small boxes, large boxes and the button.  And it would be nice to put a gap in between the small boxes of 5 - 10 px.  Thank you :)

  • Chriistian Jotform Support
    Replied on August 2, 2015 at 10:32 PM

    Hi,

     

    Can you try to injecting the custom CSS code below in your form?

    .form-line-column {

     width: 50% !important;

    }

    .form-line {

     padding-left:10px !important;

    }

    .form-section.page-section {

     max-width: 950px;

    }

     

    To inject custom CSS code in your from, you can follow the instructions provided on this article: How to Inject Custom CSS Codes.

     

    Do let us know if you need further assistance.

     

    Regards.

  • OystersUnplugged
    Replied on August 2, 2015 at 10:58 PM

    You Guys are awesome,  Thank you very much for your quick response and service!

    Thanks, Worked Perfect.

     

  • Chriistian Jotform Support
    Replied on August 3, 2015 at 2:21 AM

    You are welcome. Glad to hear that the custom CSS code works. If you have any further concern, please feel free to contact us again.