Checkbox spacing different in form builder and preview

  • MartinBoyle
    Asked on July 16, 2014 at 2:31 PM
    2. Please notice in form builder mode that the Supply & Fit Checkboxes have had the space between them reduced. In form builder mode, I have them exactly as I'd like them, however in form preview mode, they appear to have reverted back to their default setting. Refer to the width of the multi-line text above, this will show the difference.
  • Welvin Support Team Lead
    Replied on July 16, 2014 at 3:44 PM

    Hi,

    I didn't see any difference here so I would appreciate if you can give as a screenshot with labels of the difference between each option.

    If you need to adjust the widths, you can do that using the following custom CSS codes.

    #id_7 .form-multiple-column .form-checkbox-item {

    width: 125px;

    }

    Change 125px to any size you want. Same guide for injecting the custom CSS codes: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes.

    Thank you!