How to add some spacing between the choices?

  • stormingrobots
    Asked on April 10, 2018 at 11:30 AM

    3) see : Are you related to any 2018 team in any of these capacities: How to enforce some spacing in-between the choices? Currently, they look cramped. 

  • Adrian
    Replied on April 10, 2018 at 11:40 AM

    To create some space between the choices, please add the following CSS to your form.

    div#cid_228 > div > span {
      margin-bottom: 3px !important;
    }

    How to add some spacing between the choices? Image 10

    How to Inject Custom CSS Codes