Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › rtl display and search issues › Reply To: rtl display and search issues
May 13, 2015 at 9:09 am
#4709
Of course. The following custom CSS did the trick:
div.ajaxsearchpro[id*='ajaxsearchprobsettings'].searchsettings {
text-align: right;
}
div.ajaxsearchpro[id*='ajaxsearchprobsettings'].searchsettings fieldset {
text-align: left;
}
Best,Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)



