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

#15981
davsevdavsev
Participant

Thank you for your fast answer.
1. I meant to move the entire button to the left.
This is what I did:
[code]
.probox{
display: flex !important;
flex-direction: row-reverse !important;
}
[/code]

2. Your result changes the input font but not the placeholder font.
How do I change the placeholder font?