How can I get my configurable list to fit my form?

  • laciezahradnik
    Asked on June 30, 2016 at 10:40 AM
  • Welvin Support Team Lead
    Replied on June 30, 2016 at 11:58 AM

    I've fixed for you by injecting the following custom CSS codes to the widget:

    th {

        width: 100px;

    }

    .col1 select {

        width: 100px;

    }

    .col2 select {

        width: 100px;

    }

    .col3 input {

        width: 80px;

    }