Not entirely sure what you mean! Can you give an example or elaborate?
Thanks!
Alright, I see. Yeah I don’t think my plugin would work for that I’m afraid, since you want to make a part of an element (the table header) sticky, but not the rest (the table body). My plugin can only do complete elements.
Sorry about that!
Just seen that your header is “sticky” now … would be interested in how it has been done.
Thanks
I used a plugin called footable and then had to put some custom coding in my child theme’s footer.php file. I’ve put the code that goes in the footer in this Gist
In the ‘thead’ of the table I put the class as “stickTable”
You might have to do some custom css in order to get the header columns and table body columns to line up correctly for your own table.
Hope this helps.