How can I reduce the width of a configurable list widget?

  • dperry@ridgeap.com
    Asked on April 13, 2015 at 3:18 PM

    You must select "YES" to "Would You like to make  Product Line Price Overrides?" to see the "LOOONNNGGGG" question that is poking out from our frame.

     

     

  • raul
    Replied on April 13, 2015 at 4:29 PM

    Please try to add the following CSS code to the configurable list widget:

    th { max-width: 70px; }
    input[type=text] { max-width: 80px !important; }

    How can I reduce the width of a configurable list widget? Image 1 Screenshot 30

    This should change the appearance of the list to make it look like this:

    How can I reduce the width of a configurable list widget? Image 2 Screenshot 41