Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Ajax search pro problem layout › Reply To: Ajax search pro problem layout
April 20, 2016 at 7:52 am
#8407
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 :)



