Reply To: rtl display and search issues

#4706
Ernest Marcinko
Ernest 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:

.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 :)