HI How i can move text bot only in Arabic from left to right ?

  • HRCCo
    Asked on November 3, 2019 at 9:07 AM

    HI

    How i can move text bot only in Arabic from left to right ?

  • jherwin
    Replied on November 3, 2019 at 10:47 AM

    Hello - Thank you for contacting us. This can be achieved by Injecting a Custom CSS Code text-align property. 

    If you need assistance on how to implement this in a specific field. Please let me know, We'd be happy to help.

    #text_1 {
      text-align: right;

    Please see the reference link below: https://www.w3schools.com/cssref/pr_text_text-align.asp