How can I space the columns in a Configurable list ?

  • joeljohn
    Asked on June 23, 2017 at 4:58 AM

    Can you send some CSS code examples for spacing of columns in a Configurable list?

  • Nik_C
    Replied on June 23, 2017 at 8:01 AM

    Please insert the below CSS in your Custom CSS of the Configurable list widget:

    How can I space the columns in a Configurable list ? Image 1 Screenshot 20

    th.col1{

    min-width: 150px !important;

    }

    That's for one column, you can just copy the above block of CSS and paste it for every column, for example, th.col2, th.col3, th.col4 etc.

    If you have any further questions please let us know.

    Thank you!