How to change left padding

  • ghines
    Asked on July 4, 2014 at 2:58 AM

    Hi,

    How can I move all my fields, except header, to the right a bit.  ie: change the left padding.

     

    Thanks,

    Greg

  • NeilVicente
    Replied on July 4, 2014 at 8:36 AM

    Inject these CSS codes to your form in order to change the padding.

    .form-line {
        padding-left: 40px !important;
    }

    Adjust the value (in bold) according to your preference.

    http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

  • ghines
    Replied on July 5, 2014 at 1:54 AM

    Great, works like a charm. 

    Thank you.

    Greg