Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › RTL dirction › Reply To: RTL dirction
April 24, 2017 at 11:10 am
#12826
Keymaster
Hi!
Thank you very much for the proper details, it makes my work much easier.
The RTL direction should be automatical, but I see there is a conflict somewhere in the CSS. I’ve added the following custom CSS to the search options to fix that:
[html].searchsettings .asp_option {
flex-direction: row-reverse !important;
-webkit-flex-direction: row-reverse !important;
}
.asp_content {
text-align: right !important;
}[/html]
The results and the settings should appear now from the right to left.