This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: results are not clickable

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

[code]input.orig::-webkit-input-placeholder,
input.orig::-moz-placeholder,
input.orig::-ms-input-placeholder {
font-size: 14px !important;
}[/code]