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

Reply To: RTL dirction

#12826
Ernest MarcinkoErnest Marcinko
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.