Flush right within configurable list widget

  • menstrom
    Asked on October 2, 2017 at 9:33 PM

    I have a configurable list widget that has a column for dollar amounts, and I would like those to flush right, instead of flush left which is the default for text boxes in the widget.  What CSS code do I need in the widget to tell it to flush right with one of the columns?

    Thanks,

    Marilyn

  • liyam
    Replied on October 3, 2017 at 1:57 AM

    I suppose you are reffering to this part of your form:

    Flush right within configurable list widget Image 1 Screenshot 20

    If yes, you can use this CSS code:

    .col2 [type="text"]{
       text-align: right;
    }

    After inserting the code and updating the widget, it should show the same as the one with the sample input of 333.

    If you have questions or if you need assistance, please let us know.

  • menstrom
    Replied on October 3, 2017 at 8:19 AM

    That was it!

    Thanks,

    Marilyn

  • liyam
    Replied on October 3, 2017 at 10:34 AM

    You're very much welcome, Marilyn. Feel free to get back to us if you have additional questions or other concerns :)

    -Liyam