I changed my form to RTL alignment by CSS but it seems to be not working

  • asafsa
    Asked on January 21, 2018 at 3:30 AM

    Hi,


    Iv'e changed the style settings (label alignment to right) and in addition I manually added css code to the form but it didn't apply.


    Thanks, Asaf.

  • Welvin Support Team Lead
    Replied on January 21, 2018 at 10:21 AM

    I've fixed it for you by replacing the custom CSS codes to the following:

    .form-all {

    direction:rtl;

    .form-label {

    float: right !important;

    text-align: right !important;

    width: 150px;

    unicode-bidi:bidi-override;

    }

    .form-sub-label {

    direction:rtl;

    unicode-bidi:bidi-override;

    }


    I changed my form to RTL alignment by CSS but it seems to be not working Image 1 Screenshot 20

  • asafsa
    Replied on January 21, 2018 at 10:32 AM

    Thank you!


    Asaf.