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

Reply To: problem in rtl and another feature

Home Forums Product Support Forums Ajax Search Pro for WordPress Support problem in rtl and another feature Reply To: problem in rtl and another feature

#17304
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

Unfortunately I cannot tell based on a screenshot, but I am guessing that it is either a CSS conflict, or the rtl class is missing from the document body.

[html]div.asp_w.asp_s.searchsettings form, div.asp_w.asp_sb.searchsettings form {
flex-direction: row-reverse !important;
}

.asp_content, .asp_nores, .asp_content *, .asp_nores *, .searchsettings form {
text-align: right !important;
direction: rtl !important;
}
.asp_option {
direction: ltr !important;
}
[/html]

Try the following custom CSS, but I don’t know if it will have any effect.