I need help with CSS and moving over some checkboxes

  • bballjoe12
    Asked on July 20, 2018 at 11:33 AM

    I was trying to configure the CSS earlier so I can make the checkbox spacing look better.  How do I move over the other columns so everything isn't so clunky?


    Here is my form:

  • BJoanna
    Replied on July 20, 2018 at 12:38 PM

    Add the following CSS code to your form:

    .form-checkbox-item {

        width: 300px!important;

    }

    How to Inject Custom CSS Codes

    After that your checkbox fields will look like this.

    1532104190css Screenshot 10

    Here is my demo form - https://form.jotform.com/82004593596967 

    Feel free to test it and clone it