Display fields title RTL

  • tmag.alias
    Asked on June 3, 2020 at 1:24 PM

    Hello,

    I found your site and have started using your forms. I am from Israel and I am using the fields' titles in hebrew. 

    I wanted to ask how to display the titles RTL. What I mean is how to position them on the right side of the fields.


    Thank you,

    Simona

  • Bert_A
    Replied on June 3, 2020 at 5:39 PM

    Hi Simona,

    Thank you for reaching out.

    I believe you're referring to this form https://www.jotform.com/201525594820050 but please let us know otherwise.

    Anyways, to move the fields to the right side, kindly please add the following CSS to this form.

    .form-line.form-line-column.form-col-1 {

        float : right;

    }


    #id_7 {

        width : 70%;

        float : right;

    }


    #id_5 {

        width : 50%;

        float : right;

    }


    #id_6 {

        width : 50%;

        float : right;


    }


    Here's our guide on how to add CSS on your form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Let us know should you need further assistance