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
March 27, 2018 at 10:38 am
#17304
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.