Remove top padding in my form

  • photoguy123
    Asked on December 24, 2015 at 5:02 AM
    do you need to inject the custom css for each field id? or is there a global variable if i want the padding to be uniform throughout?
  • Elton Support Team Lead
    Replied on December 24, 2015 at 5:10 AM

    Using class selector will work on any forms. If you want to remove the top spacing above your form, simply inject this CSS codes to your form. (Paste it at the very bottom if there are existing CSS codes)

    .jotform-form, .form-all{

    padding-top:4px !important;

    }

    You can change the 4px value to your preference.

    If there's anything else you need help with, let us know.

    Regards!