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

"Search Here" font is cut off in search bar

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #7874
    Scott BrioScott Brio
    Participant

    Hi,

    The text in my search box on our main page is floating too high and is cut off by the top of the search text box. Any idea what it could be?

    If you need my site login details I can provide them however I wanted to check and see if it’s a simple fix first.

    Thanks!

    #7875
    Ernest MarcinkoErnest Marcinko
    Keymaster

    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:

    [html]input.orig {
    line-height: normal !important;
    }[/html]

    This should do the trick.

    #7886
    Scott BrioScott Brio
    Participant

    Hi,

    Thanks for the advice! Should I’ll try putting that in my custom CSS section and see if it fixes it.

    #7887
    Scott BrioScott Brio
    Participant

    Hey that fixed the problem- Thank you so much! This search bar is fantastic!

    #7892
    Ernest MarcinkoErnest Marcinko
    Keymaster

    I’m happy I could help you, thank you for your kind words!

    If you like the plugin, feel free to rate it on your codecanyon downloads page, it’s greatly appreciated.

    I’m closing this topic now, as it’s resolved.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘"Search Here" font is cut off in search bar’ is closed to new replies.