Title: Responsive Fixed Header
Last modified: June 11, 2021

---

# Responsive Fixed Header

 *  Resolved [asantiweb](https://wordpress.org/support/users/ashleysanti/)
 * (@ashleysanti)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/responsive-fixed-header-3/)
 * Hello,
 * I am using these two extensions [https://tablepress.org/extensions/datatables-fixedheader/](https://tablepress.org/extensions/datatables-fixedheader/)
   and [https://tablepress.org/extensions/responsive-tables/](https://tablepress.org/extensions/responsive-tables/)
   however when the table turns into responsive scroll mode, the fixed header doesn’t
   respond or become horizontally scrollable too, making the table off. Is there
   any way to fix this?
 * Thank you

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/responsive-fixed-header-3/#post-14547318)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * Unfortunately, I’ll have to disappoint you here. These features are not compatible
   at this time, so that making a table responsive with the FixedHeader in use is
   not directly possible.
 * Regards,
    Tobias
 *  Thread Starter [asantiweb](https://wordpress.org/support/users/ashleysanti/)
 * (@ashleysanti)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/responsive-fixed-header-3/#post-14547322)
 * No problem, thank you
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/responsive-fixed-header-3/#post-14547334)
 * Hi,
 * sure! Sorry that I could not provide better news here.
 * Best wishes,
    Tobias
 *  [juiceycow](https://wordpress.org/support/users/juiceycow/)
 * (@juiceycow)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/responsive-fixed-header-3/#post-14596879)
 * Sorry to hijack this thread, but is it possible to turn off fixed header depending
   on the breakpoint? ie turn it off when it breaks for tablet/cell.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/responsive-fixed-header-3/#post-14597133)
 * Hi juiceycow,
 * it’s not directly possible to turn the FixedHeader off like that, but you could
   simply hide the floating header row on small screens. For that, please add this
   to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
 *     ```
       @media screen and (max-width: 768px) {
         .tablepress.dataTables.fixedHeader-floating {
           display: none;
         }
       }
       ```
   
 * Regards,
    Tobias

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

The topic ‘Responsive Fixed Header’ 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/)

 * 5 replies
 * 3 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [4 years, 10 months ago](https://wordpress.org/support/topic/responsive-fixed-header-3/#post-14597133)
 * Status: resolved