How do I create more space between items in configurable list?

  • drjax
    Asked on October 26, 2014 at 12:36 AM

    Some text boxes in my configurable list need more space between them and I need a way to set wider text boxes.

  • drjax
    Replied on October 26, 2014 at 4:01 PM

    Thanks for the help.  I'll adjust the px to get the right sizing.  Now that I've input the code you sent, the labels won't align with the boxes.  Sorry to be so much trouble, but what can I do with that?

    How do I create more space between items in configurable list? Image 1 Screenshot 20

  • Ashwin JotForm Support
    Replied on October 27, 2014 at 4:13 AM

    Hello drjax,

    Please add the following custom css code in your Configurable List widget :

    th.col3 {

    text-indent: 29px;

    }

    th.col4 {

    text-indent: 29px;

    }

    th.col5 {

    text-indent: 29px;

    }

    The above css code should give your the output as shown in the screenshot below:

    How do I create more space between items in configurable list? Image 1 Screenshot 20

    Hope this helps.

    Do get back to us if you need some other changes.

    Thank you!