Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Arabic or Persian RTL › Reply To: Arabic or Persian RTL
July 13, 2023 at 8:15 am
#44688
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.