Configurable List Widget

  • podridge
    Asked on April 22, 2019 at 2:37 AM

    Hi,


    I am working on your configurable list widget. I am wondering if I have a lot of fields in my configurable list whether it is possible to wrap them onto two lines rather than have them disappear off the page as they are doing currently.

    thanks


  • Victoria_K
    Replied on April 22, 2019 at 6:43 AM

    Hi,

    Yes, it is possible to align fields of Configurable List by custom CSS inject. 

    Please add the following code into Configurable List following this guide:

    How-to-Inject-CSS-Codes-to-Widgets

    table#list {width: 100%; } th {display: none; } .mobileColumnName {display: block; } td{float:left;box-sizing:border-box;}

    This is simple code, it only makes the fields to skip to new line automatically. Please add all necessary fields to the Configurable List and we will gladly check for needed code for you.