Configurable List Widget : How to increase space between cells

  • hsts
    Asked on January 15, 2016 at 12:17 PM

    Not sure what CSS coding required to add some space in between fields so spread across width of the form.

    Configurable List Widget : How to increase space between cells  Image 1 Screenshot 20

  • Kevin Support Team Lead
    Replied on January 15, 2016 at 2:58 PM

    Hi,

    Thank you for contacting us.

    Just add this CSS code in the widget  :

    Configurable List Widget : How to increase space between cells  Image 1 Screenshot 20 

    table{

    border-spacing: 50px 0px;

    }

    You can change the value on red and adjust it with the space you want.

    Do let us know if it helps.

    Regards.