Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › search is displayed strange › Reply To: search is displayed strange
November 28, 2022 at 4:27 pm
#40207
Keymaster
Hi,
Thank you for the details!
On my end I see one issue, that is the input field height. There is a theme style adding min-height to the input field, that causes the problem.
This custom CSS will resolve that:
.asp_m input {
min-height: unset !important;
}