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

Reply To: Ajax search pro problem layout

#8407
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

The slider script forces the line-height of the input field to 0 pixels, that is causing the problem. To fix that, use the following custom CSS rule:

[html].probox input {
line-height: normal !important;
}[/html]

Apply this code to your theme custom CSS field (if it supports it) or use the custom CSS field on the search plugin back-end.