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
davsev
davsev
Participant

Thank you for your fast answer.
1. I meant to move the entire button to the left.
This is what I did:


.probox{
display: flex !important;
flex-direction: row-reverse !important;
}

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