Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › results are not clickable › Reply To: results are not clickable
April 7, 2015 at 10:13 am
#4424
Keymaster
Hi again!
Have you changed the search input font to 14px? I see it’s 20px right now, so it stretches the input field to 20 pixels.
For cross browser support try:
[code]input.orig::-webkit-input-placeholder,
input.orig::-moz-placeholder,
input.orig::-ms-input-placeholder {
font-size: 14px !important;
}[/code]