Space Between Options Columns

  • stammweb
    Asked on August 21, 2018 at 11:57 AM

    How do you increase the space between the options columns?

  • BJoanna
    Replied on August 21, 2018 at 1:03 PM

    Inside of the following guide, you can find how to change the spacing between questions:

    How Can I Change Spacing Between Questions?

    If this does not help you, provide us a link of a form you are working on and tell us exactly between which option columns, you want to increase the space. You can also provide us a screenshot of those options. 

    How to Post Screenshots to Our Support Forum

  • stammweb
    Replied on August 21, 2018 at 2:41 PM

    https://www.jotform.com/build/82256875784170#preview


    Under Family Medical History I would like to increase the horizontal space between the question columns. 

  • Victoria_K
    Replied on August 21, 2018 at 3:30 PM

    Hello,

    Please inject the following custom css code to increase spacing between columns:

    .form-multiple-column .form-radio-item, .form-multiple-column .form-checkbox-item {

      padding-right: 30px !important;

      width: 200px;

    }

    Related guide: How-to-Inject-Custom-CSS-Codes

    1534879815The Easiest Online Form Builde Screenshot 10

    Let us know if you need more help.