Configurable List Widget: Change the spacing between rows

  • CarlMooney
    Asked on June 15, 2017 at 11:56 AM
    Would be great if spacing (padding) could be increased between rows for user entry as some users are having difficulties selecting fields when using on phones
  • candy
    Replied on June 15, 2017 at 12:13 PM

    You are able to change the spacing (padding) between the rows for user entry by injecting CSS codes to the Configurable List Widget.

    Plese inject following CSS codes to the widget in order to set a spacing between rows as you can see in the following screenshot below:

    table{

    border-spacing: 0px 50px;

    }

    Configurable List Widget: Change the spacing between rows Image 1 Screenshot 20

    I hope this helps.