Show checkbox entries in different columns (Google Sheets)

  • Christenanderseiteisraels
    Asked on March 24, 2017 at 9:26 AM

    Hello!

    I have a similar problem, like described in this thread and would need help with the CSS in order to make the single checkboxes look like 1 multiple choice checkbox, could you help?

    Thanks!

     

     

  • Kevin Support Team Lead
    Replied on March 24, 2017 at 12:25 PM

    I've checked your form and I can see you've not any check box, you have some radio buttons instead. 

    If you need these fields to display closer in order to look like one field then you could inject this CSS code: 

    li#id_10, li#id_11, li#id_12, li#id_13 {

        padding-bottom: 0px;

        padding-top: 0px;

        margin-bottom: 0px;

        margin-top: 0px;

    }

    This guide will help you to inject it: How-to-Inject-Custom-CSS-Codes

    The result can be seen on this sample form: https://form.jotformpro.com/70824753691968 

    Hope this helps.