Reply To: results are not clickable

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

input.orig::-webkit-input-placeholder,
input.orig::-moz-placeholder,
input.orig::-ms-input-placeholder {
   font-size: 14px !important;
}
Best,
Ernest Marcinko

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