Title: FixedHeader not working
Last modified: July 23, 2019

---

# FixedHeader not working

 *  Resolved [seany187](https://wordpress.org/support/users/seany187/)
 * (@seany187)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/fixedheader-not-working-3/)
 * For some reason the fixed header option isn’t working on our site. WordPress 
   plugin installed and activated. Updated shortcode added and use DataTables checked.
   Happy to pay for it if it works :-/
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffixedheader-not-working-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/fixedheader-not-working-3/#post-11766387)
 * Hi,
 * thanks for your post, and sorry for the trouble.
    Also sorry for the late reply!
   As I was on holidays, I did not have a chance to look at this earlier.
 * Please try adding this to the “Custom CSS” textarea on the “Plugin Options” screen
   of TablePress:
 *     ```
       .tablepress.fixedHeader-floating {
         z-index: 100000;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [seany187](https://wordpress.org/support/users/seany187/)
 * (@seany187)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/fixedheader-not-working-3/#post-11768341)
 * Thanks for the tip, but I am not even seeing fixedHeader-floating class being
   added when scrolling down? So it’s not working 🙁
    -  This reply was modified 6 years, 10 months ago by [seany187](https://wordpress.org/support/users/seany187/).
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/fixedheader-not-working-3/#post-11769400)
 * Hi,
 * the element that is affected by this is actually a copy of the table, right before
   the `</body>` tag.
    To make this work, please try again with
 *     ```
       .tablepress.fixedHeader-floating {
         z-index: 100000 !important;
       }
       ```
   
 * Regards,
    Tobias

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

The topic ‘FixedHeader not working’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/fixedheader-not-working-3/#post-11769400)
 * Status: resolved