• Resolved jardiani

    (@jardiani)


    Hello Tobias,

    this is more like question if you ever encounter this problem.

    I have on every table fixed header function and when i scroll page the breaking point messes up the table css.
    As shown here: https://imgur.com/UbiQCNV

    Any idea how to fix it?

    Thanks!!!!
    Jarda

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    To be honest, I can’t even reproduce this… It looks like this is from https://www.5nej.cz/srovnani-kurzu-anglictiny-online/ ?
    When I view this in Chrome, the header row has a nice gray background and does not “shine through”. However, the table is not really mobile responsive, but that’s a separate problem.

    Regards,
    Tobias

    Thread Starter jardiani

    (@jardiani)

    Thank you for fast reply. As you roll down thru the table and stop just before the end or your scroll down the post and then back to the top there is messed up CSS. I don’t think that is really problem but you know your plugin best – if there is any fix for that i would be grateful.

    I have also chrome + it does the same thing on safari.

    Thank you very much,
    Jarda

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    ah, yes, now I see what you mean, right before the end of the table. I’m not sure what’s causing this, but to fix it, could you please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress.fixedHeader-locked {
        display: none;
    }

    Regards,
    Tobias

    Thread Starter jardiani

    (@jardiani)

    OMG you are the best Tobias!

    Thank you so much. Works like a champ 🙂

    Jarda

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

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

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Breaking point with fixed header’ is closed to new replies.