Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi jagwar,

    thanks for your post, and sorry for the trouble.

    You are refering to the different height of the head row cells, right?

    To fix that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen:

    .tablepress th {
        line-height: 24px;
    }

    Regards,
    Tobias

    Thread Starter jagwar

    (@jagwar)

    Hi,

    I’m not sure what the problem was.

    Check this image: https://abload.de/img/areaatsua.png

    There was a small, second “head” row.

    Using your code and changing one content from “QAM / Symbolrate” to “QAM/SR” fixed the problem.

    Thank you.

    Regards,
    Alex

    BTW: I’m your neighbor

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    yes, that’s the result of some inconsistent CSS in the theme, which the Custom CSS fixes.
    In detail, the property is the “line-height” which is especially influenced by the length of the content as that word-wraps in this case.
    So, good to see that it’s working now ??

    Best wishes,
    Tobias

    P.S.: I guess, it’s a really small world ?? Good to see other people from Magdeburg here!

    P.P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘FixedHeader corrupts some headers’ is closed to new replies.