Configurable list personalization via CSS

  • SCAEEUROPE
    Asked on January 19, 2018 at 11:17 AM

    Hi,

    I need to have more space between rows in configurable list, I'm trying to find the right CSS code but for the moment I'm stuck.

    Could you please help me?

    thanks

  • Dexter_R
    Replied on January 19, 2018 at 11:41 AM

    Hi,

    You can try to insert this code into your, widget custom css. 

    .col1, .col2, .col3 {

       padding-right: 8px !important;

        padding-bottom: 8px !important;

    }

    You can check this link: https://www.jotform.com/help/428-How-to-Inject-CSS-Codes-to-Widgets

    With this code you will be able to set the space between rows. It should look like this:

    Configurable list personalization via CSS Image 1 Screenshot 20

    Let me know if this helps.

  • SCAEEUROPE
    Replied on January 19, 2018 at 11:47 AM

    Yes, this did the trick!!!

    Thank you.