HI How i can move text bot only in Arabic from left to right ?
-
HRCCoAsked on November 03, 2019 at 09:07 AM
HI
How i can move text bot only in Arabic from left to right ?
This is a re-post of a comment on How to Inject Custom CSS Codes
-
jherwinAnswered on November 03, 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