Right align a field.

  • cleangreenmobile
    Asked on November 2, 2016 at 7:35 PM

    I would like to align my "Total Due" field with the subtotals above it, ie to right align this one area.

    Also is it possible to have this field be in currency, or with a $?

    Thank you!

    https://form.jotform.com/63067426136152

  • Chriistian Jotform Support
    Replied on November 3, 2016 at 5:39 AM

    Please inject the custom CSS code below to align the Total Due field to the right:

    #label_27 {

        text-align: right!important;

    }

    #id_27 {

        text-align: right !important;

        padding-right: 50px;

    }

    Right align a field Screenshot 40

    Then to add a currency to the field, simply add the dollar sign in the formula of the Total Due.

    Right align a field Screenshot 51

    Here's the result:

    Right align a field Screenshot 62

    If you need further assistance, please let us know.
    Regards.