This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Arabic or Persian RTL

#44688
Ernest MarcinkoErnest Marcinko
Keymaster

Well, in that case the browser decides the direction, and it completely depends on it. You can try a custom CSS, maybe something like:

div.asp_m.ajaxsearchpro .probox input {
    text-align: start;
    unicode-bidi: plaintext;
}

That will force an automatic direction to the start based on the characters.