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

.probox .promagnifier {
    order: 1 !important;
    -webkit-order: 1 !important;
}

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

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

I hope this helps!

Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)