Reply To: Ajax search pro problem layout

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

.probox input {
    line-height: normal !important;
}

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.

Best,
Ernest Marcinko

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