Can you resize a form to be smaller

  • bonniesiembieda
    Asked on June 27, 2014 at 1:08 PM

    If I want the form to be a certain size can I use css code and a div tag to control the size?

    Example 300 px wide by 500 px high

    Jotform Thread 396975 Screenshot
  • David JotForm Support Manager
    Replied on June 27, 2014 at 2:06 PM

    If you are trying to re-size a form in order to make mobile responsive, let me share with you that we have a Mobile Responsive Widget that can help you accomplish that. 

    You can inject custom CSS codes in your form, so try injecting this code:

    .form-all{

    height: 300px;

    width: 500px;

    }

    Also you can  adjust the width of the form from the form builder:

    Can you resize a form to be smaller Image 1 Screenshot 20

    And reduce the vertical space between fields, since the form´s height auto-adjust itself. Let us know if you have more questions, we will be glad to assist you.