This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: rtl move search box to be in right side of the search button

Home Forums Product Support Forums Ajax Search Pro for WordPress Support rtl move search box to be in right side of the search button Reply To: rtl move search box to be in right side of the search button

#15965
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

1. With this option here: https://i.imgur.com/Qav1yfS.png
If that does not work, then this custom CSS will do the trick:

[html].probox .promagnifier {
order: 1 !important;
-webkit-order: 1 !important;
}[/html]

2. Here: https://i.imgur.com/QBCISe8.png
If you want a very specific font, then with this CSS you can force it:

[html].proinput input {
font-family: inherit !important;
font-size: 18px !important;
}[/html]

I hope this helps!