Spacing the fields in Configurable list appart from one another

  • laciezahradnik
    Asked on August 15, 2016 at 4:23 PM

    Hi 

     

    I want my last configurable list in this form https://www.jotform.com/?formID=62275867952975  to be formatted a bit.

     

    How can I make the items farther apart?  

    Also, is it possible to have a running total as items are entered in?

     

    Thank you!

  • Ben
    Replied on August 15, 2016 at 6:13 PM

    In regards to spacing out the fields, that would be possible and you could do it with the CSS such as this one:

    td.col1 {
        display: block;
        margin-right: 20px;
    }

    You would need to add it to the Configurable List Custom CSS field and then save the widget. That will move the second column to the right for 20 pixels and if you change the number 20 (marked with bold) to something else, you could fine tune the space as you wish.

    In regards to your other question. I have moved it to a new thread here: https://www.jotform.com/answers/906940 where I will follow up shortly. I have done so since we can not reply to multiple questions / issues on the same thread.