Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter katiejallred

    (@katiejallred)

    Nevermind, I fixed it myself. For anyone else, turn on the advanced CSS feature for the plugin and add:

    input.tooltipstered {
      font-size:13px;
    }

    Change the font size to whatever your theme uses.

    Plugin Author davidhme

    (@davidhme)

    Hi Katie,

    Thanks so much for posting the solution.
    I think the curse of building a CSS heavy plugin like this is that things always break on some themes.
    I’ll look into making our CSS more specific to prevent this from happening.

    On a related note,

    input.tooltipstered {
    font-size: inherit;
    }

    would also work (so you won’t have to look up your theme’s font size).

    Cheers,
    David

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Weird break for inputs’ is closed to new replies.