Can you tell me how to make the space between items in these configurable lists larger, so the fields aren't so squished together?

  • resilienceschool
    Asked on March 27, 2016 at 9:15 PM
  • Chriistian Jotform Support
    Replied on March 27, 2016 at 10:41 PM

    You can inject the code below to add some space between the fields in the configurable list widget:

    .dateDrowdowns select {

        margin-right: 8px;

    }

    Here's a guide that can help: How to Inject Custom CSS Codes. You can change the highlighted value based on your preference.

    Can you tell me how to make the space between items in these configurable lists larger, so the fields arent so squished together? Image 1 Screenshot 20

    Do let us know if you need further assistance.
    Regards.