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
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.
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
SOLVED – Thank you very much for your quick and great support. It is much appreciated.
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!