How can I easily adjust the height of an individual cell

  • Hexebah
    Asked on October 27, 2015 at 7:39 PM

    Hi JF

    I've setup my form - 'twas a dream.

    ? = How can I easily adjust the height of an individual field/cell

    Say I create a few fields and I want to compact them vertically, thus making my form shorter?

     

    ta Chip.

  • Kevin Support Team Lead
    Replied on October 27, 2015 at 11:06 PM

    Hello,

    Is it your form this ?

    http://www.jotform.com/52997542847877

     

    If is,you can do it by injecting the following CSS code in your form : 

    .form-line {

        margin : 0px;

        padding : 5px;

    }

     

    And this code is just to adjust the width of your form : 

    .form-all {

        width: 550px;

    }

     

    You can take a look to my sample form and clone it if you want :

    https://form.jotform.com/52998424283972?

    I hope this helps.

    Let us know if you need further assistance.

    Regards.