Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › rtl display and search issues › Reply To: rtl display and search issues
May 12, 2015 at 8:32 am
#4706
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:
.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;
}
The text should appear correctly now, as well as the results.
Best,Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)



