Infinite List Widget: Format width of label, format input text and add text instructions to widget.

  • lritter
    Asked on June 3, 2020 at 5:42 PM

    I'm so sorry I'm bombarding you guys and gals with these requests. This form is 'live', so I have to work fast to make changes. I attempt the change before I reach out to you, but I know I've been pestering you today.

    1591220441Text Screenshot 10

  • John Support Team Lead
    Replied on June 3, 2020 at 10:39 PM

    Please add this custom CSS code to your form:

    label#label_409 {

        width: auto!important;

    }

    For the font size, I just checked that it's already using 16px:

    Infinite List Widget: Format width of label, format input text and add text instructions to widget. Image 10

    For the 3rd item, this is what will happen if we add a text under the comment field:

    15912382762366453 2 Screenshot 21

    If that's okay with you, please add this custom CSS code below as well on your form:

    td.col7:after {

        content: "To add the next unit, please click ADD below";

        display: block;

        font-size: 12px;

        padding-top: 5px;

    }


  • lritter
    Replied on June 4, 2020 at 11:47 AM

    Awesome sauce! Thank you so much for your help JohnRex!