Reply To: "Search Here" font is cut off in search bar

Home Forums Product Support Forums Ajax Search Pro for WordPress Support "Search Here" font is cut off in search bar Reply To: "Search Here" font is cut off in search bar

#7875
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi!

It appears that the slider is adding a line height of 0 pixels to the input if it’s not active. The simplest fix I can think of is to use this custom CSS code:

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

This should do the trick.

Best,
Ernest Marcinko

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