I have injected the CSS for RTL form but the labels are not align on the right

  • Profile Image
    idan
    Asked on May 12, 2016 at 04:40 PM

    I insert css code to right to left, but the options are ok but not the question.

    Can u help?

    Tnx



    This is a re-post of a comment on How to Inject Custom CSS Codes

  • Profile Image
    David
    Answered on May 12, 2016 at 04:53 PM

    Please share the form you are working for, and explain what you are trying to accomplish, we will be glad to assist you.

  • Profile Image
    idan
    Answered on May 13, 2016 at 09:55 AM

    Hi,

    After I insert Css code for right to left, it working well, but the questions are cutted.

    look question number: 1,2,4,5

     

    It seems that the options r ok (rtl), but not the questions.

     

    there is the link:

    https://form.jotform.me/61295276333458

     

    Thank you very much 

  • Profile Image
    Welvin
    Answered on May 13, 2016 at 11:13 AM

    Remove the entire CSS codes and replace it with the following:

    .form-all {

        direction : rtl;

    }

    .form-label-right {

        float : right;

    }

    Make sure that the form labels are set to right:

  • Profile Image
    idan
    Answered on May 13, 2016 at 02:53 PM

    Thank you

  • Profile Image
    liyam
    Answered on May 13, 2016 at 03:12 PM

    On behalf of BDAVID and Welvin, you're welcome.

    Please do let us know if you have other questions.

    Thanks and warm regards.