The Width of the Form is Too Small

  • KCHDA
    Asked on March 16, 2016 at 11:40 AM

    Hi, 

    This is the link to our website where the jotform is published.  When I open the link it shows the form but it is teeny tiny and hardly even readable....don't understand why.  Please advise what to do.

    https://kimcranhighlanddance.squarespace.com/kchda-dance-competition/

     

    screen shot below showing just how small it is compared to background image. 

    Jotform Thread 795907 Screenshot
  • mert JotForm UI Developer
    Replied on March 16, 2016 at 12:24 PM

    By injecting some custom CSS to your form, you can easily adjust the related areas's width and size.

    Below, you will find the necessary CSS rules:

     

    .form-all {

        width: 800 !important;

        max-width: 1000px;

    }

     

    Above, you can change the maximum allowed width by changing the number on the orange area. On the green marked area, the actual width of the form can be editted.

    On the following, you can see the final version of your form:

    The Width of the Form is Too Small Image 1 Screenshot 20

     

    If you need any extra help, please do let us know.

    Regards.