Form: format fields spaces and font

  • dlsnelson
    Asked on June 20, 2018 at 4:07 PM

    On page 1:  How can I reduce the space between the Header Properties and the text box?  

    On Page 1 & 3:  I would like to change the font in the text box to the same as the description in the Header Properties.

    I do not know how to css code, so I would need that provided.

  • Richie JotForm Support
    Replied on June 20, 2018 at 5:22 PM

    To adjust the space between the header and the textbox, you can add these CSS code:

    .form-header-group {
      margin-bottom: -40px!important;
    }

    Guide:-How-to-Inject-Custom-CSS-Codes
    You can change the font of your textbox by selecting the fonts located near the preview icon.

    Form: format fields spaces and font Image 1 Screenshot 20

    Hope this information helps.

    Please let us know if you have further questions.

    Thank you.