Custom CSS Code to provide more spacing between parts of a configurable list

  • mflanagan
    Asked on September 2, 2015 at 10:28 AM

    Could you please provide me the CSS code to add space between the columns of the configurable list I have on this form.  I figured out how to make the font smaller but still need some more space in between.  Thank you!

  • Sammy
    Replied on September 2, 2015 at 1:45 PM

    Kindly add the following CSS in to the CSS tab of you configurable list widget, you can adjust the padding value as you see fit

    Custom CSS Code to provide more spacing between parts of a configurable list Image 1 Screenshot 20

     

  • Sammy
    Replied on September 3, 2015 at 3:35 AM

    It appears the previous attachments did not upload correctly


    td {
        padding-right: 20px;
    }

    Custom CSS Code to provide more spacing between parts of a configurable list Image 1 Screenshot 20

  • mflanagan
    Replied on September 3, 2015 at 7:46 AM

    Thank you!  That worked!

  • Jan
    Replied on September 3, 2015 at 11:21 AM

    On behalf of my colleague Sammy, you're welcome. Glad to hear that your issue is now fixed. Let us know if you need any help. Thank you.