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

Reply To: rtl display and search issues

#4706
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

I’ve found the issues. Some of the CSS rules were overwritten by other files, but I’ve added the following ones to the search custom CSS panel to enforce the correct RTL layout:

[code].resdrg .image {
float: right !important;
margin: 0 -10px 0 10px !important;
padding: 0 !important;
}

.rtl .resdrg * {
direction: rtl;
text-align: right !important;
}

div.ajaxsearchpro[id*=’ajaxsearchpro’] .mCSB_container {
margin-right: 0px !important;
margin-left: 10px;
}

.orig {
width: 100% !important;
}[/code]

The text should appear correctly now, as well as the results.