Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › RTL › Reply To: RTL
January 15, 2025 at 10:06 am
#52497
Keymaster
Hi,
Sure!
The easiest way around it is setting the magnifier to the right side by default, then using this custom CSS code as well:
.rtl button.promagnifier {
order: 1 !important;
}
This will force the order to the left side when RTL class is present on the body (aka RTL langauge is used).