How To Change Space And The Widget's Font Size

  • GuyPalinckxLS
    Asked on January 27, 2017 at 6:06 AM

    Hi

    I'm currently working at a form to enter orders.

    I can't manage to resize the spaces between questions, and the size for the text label (page 2)

     

    Can you please help me with CSS

    thanks

     

    GP

  • Welvin Support Team Lead
    Replied on January 27, 2017 at 7:57 AM

    This guide should help you adjust the spacing between questions: https://www.jotform.com/help/62-How-Can-I-Change-Spacing-Between-Questions. The custom CSS codes will override everything that you've set in the designer/form builder.

    As for the font size, you need to override the size by custom CSS codes. Inject the following in the widget CSS area:

    .checklist label {

        font-size: 15px !important;

    }

    How To Change Space And The Widgets Font Size Image 1 Screenshot 20