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
March 3, 2016 at 1:06 pm
#7875
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 :)