How can I align my check boxes?

  • Annechiendegroot
    Asked on March 6, 2017 at 1:13 AM

    Dear Jotform,

     

    How can I align my tick boxes like this:

     

    0 Tuesday 21 March- with lunch               0 Tuesday 21 March- without lunch  

    0 Wednesday 22 March- with lunch           0 Wednesday 22 March- without lunch 

    0 Thursday 23 March- with lunch              0 Thursday 23 March- without lunch 

  • Ashwin JotForm Support
    Replied on March 6, 2017 at 3:10 AM

    Hello Annechiendegroot,

    I have injected the following custom css code in your form and that seems to have fixed the issue:

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

        width: 250px;

    }

    This is how checkbox question is being displayed in your form :

    How can I align my check boxes? Image 1 Screenshot 20

     

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!