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
Keymaster
Of course. The following custom CSS did the trick:
[code]
div.ajaxsearchpro[id*=’ajaxsearchprobsettings’].searchsettings {
text-align: right;
}
div.ajaxsearchpro[id*=’ajaxsearchprobsettings’].searchsettings fieldset {
text-align: left;
}
[/code]