padding between form items

  • danblock
    Asked on January 3, 2017 at 10:45 PM

    my form has more padding between inputs in embed view than in preview. how do i fix this?

    Jotform Thread 1024802 Screenshot
  • Chriistian Jotform Support
    Replied on January 4, 2017 at 3:03 AM

    Hi,

    Did you mean that you want to decrease the padding between fields in the embed view? If yes, you can inject custom CSS to your form so that the padding will decrease. Allow me some time to further investigate and I'll provide you the necessary CSS for your form.

    Regards

  • Chriistian Jotform Support
    Replied on January 4, 2017 at 3:18 AM

    Hi again,

    Please inject this custom CSS to your form:

    li#id_1 ,li#id_3,li#id_5 ,li#id_8, li#id_6,li#id_9,li#id_10

    {

        padding-top: 0px !important;

        padding-bottom: 0px !important;

    }

    li#id_14 {

        padding-top: 5px !important;

        padding-bottom: 5px !important;

    }

    li#id_11

    {

    padding-bottom: 5px !important;

    }

    Let us know if you need further assistance.
    Regards