How do I increase the width of the Form ?

  • ballard991
    Asked on June 10, 2020 at 9:00 AM
    I assume related. Another question, is there a way to edit the code to enlarge it on the page? i.e increase the width
  • roneet
    Replied on June 10, 2020 at 9:03 AM

    You may increase the width of the form from the form designer:

    How do I increase the width of the Form ? Image 10

    Do you also want to increase the width of textboxes too? If yes, do let us know we will provide you the related CSS.

    Thanks.

  • ballard991
    Replied on June 10, 2020 at 10:18 AM

    Thanks. Yes please, to be able to increases the boxes would be good so they are in proportion.

  • Anita_K
    Replied on June 10, 2020 at 11:37 AM

    Hi,

    you can use the following CSS to increase the width of the boxes:

    .form-textarea, .form-textbox {

      width: 300px;

    }

    You can change the pixels as you wish.

    Guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes