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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The reason for this is that your theme is also adding a fixed floating header (for the navigation menu) at the top of the page, and it does so “at a higher position”. From what I can see, you are already on the right track with some “Custom CSS” that you have added on the “Plugin Options” screen, you will just have to make that number even bigger, e.g.:

    .tablepress.fixedHeader-floating {
    	z-index: 12000 !important;
    }

    Regards,
    Tobias

    Thread Starter PhoenixOne

    (@phoenixone)

    Thank you Tobias,

    I made this change and increased the index (various settings) and the table header still does not stay. Any other suggestions would be MOST appreciated.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    it looks like you also added in the table ID there? Please try with the exact code

    .tablepress.fixedHeader-floating {
    	z-index: 12000 !important;
    }

    Regards,
    Tobias

    Thread Starter PhoenixOne

    (@phoenixone)

    SOLVED – Thank you very much for your quick and great support. It is much appreciated.

    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 ‘Table Press – Fixed Header Not Working’ is closed to new replies.