How do I change the height of my form? I can only find how to change the with. I would like to get rid of the scrolling down on my form (web).

  • Sandra
    Asked on June 23, 2017 at 1:49 AM
  • Chriistian Jotform Support
    Replied on June 23, 2017 at 2:05 AM

    To change the height of the form, please inject this custom CSS on your form:

     

    .form-all {

        height: 2000px !important;

    }

     

    Where 2000px; can be adjusted according to your preferences.

    Here's the guide on How to Inject Custom CSS Codes.

    Let us know if you need further assistance.
    Regards.

  • Chriistian Jotform Support
    Replied on June 23, 2017 at 2:09 AM

    To get rid of the scrollbar that appears on your form on your site (http://cloverandcloud.se/personlig-bestallning, please try re-embedding your form using the iFrame embed code. Here's the guide on Getting the form iFrame code. Using the iFrame embed method will adjust the height of the form on your site.

    Regards.