Title: FixHeaders doesn&#8217;t do his work
Last modified: February 20, 2017

---

# FixHeaders doesn’t do his work

 *  Resolved [maehooge](https://wordpress.org/support/users/maehooge/)
 * (@maehooge)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/fixheaders-doesnt-do-his-work/)
 * Hi,
 * Thanks for the great plugin you made!
 * I want to make my header titel fixed so it is easy to read the prices i mentionned
   in the tabel.
 * But it is not working, can you maybe give me advice on this one?
 * [http://xlr8.hol.es/tarievenkaart/](http://xlr8.hol.es/tarievenkaart/) <here 
   you will find the table>
 * Table ID 1, used code on page (under text): “[table id=1 datatables_fixedheader
   =top datatables_fixedheader_offsettop=60 /]”
 * Use:
    – Visual Composer – WordPress 4.7.2 / Theme G5plus

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/fixheaders-doesnt-do-his-work/#post-8829108)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * There’s just a small CSS issue here. To fix it, please add this to the “Custom
   CSS” textarea on the “Plugin Options” screen of TablePress:
 *     ```
       .tablepress.fixedHeader-floating,
       .tablepress.fixedHeader-locked {
         z-index: 3;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [maehooge](https://wordpress.org/support/users/maehooge/)
 * (@maehooge)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/fixheaders-doesnt-do-his-work/#post-8848249)
 * Perfects works, but;
 * how do i get the same bar type? Now he turns blue in stat of orange :(.
 * Many many thanks till now! 🙂
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/fixheaders-doesnt-do-his-work/#post-8848268)
 * Hi,
 * good to hear that this works! To adjust the styling, you’ll have to copy the 
   theme’s styling to the TablePress tables. For that, add this to the “Custom CSS”
   textarea on the “Plugin Options” screen of TablePress:
 *     ```
       .tablepress thead th {
       	font-family: 'Montserrat';
       	font-size: 14px;
       	text-transform: uppercase;
       	background-color: #dd9933;
       	border-top: none;
       	color: #ffffff;
       	font-weight: 400;
       	vertical-align: bottom;
       	line-height: 1.2;
       	padding: 19px 30px;
       	letter-spacing: 0.05em;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [maehooge](https://wordpress.org/support/users/maehooge/)
 * (@maehooge)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/fixheaders-doesnt-do-his-work/#post-8848277)
 * What a service, i will put a donation request to my client! 🙂
 * Many thanks!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/fixheaders-doesnt-do-his-work/#post-8848338)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
    And thanks
   for wanting to donate, I really appreciate it!
 * Best wishes,
    Tobias
 * P.S.: In case you haven’t, please [rate TablePress](https://wordpress.org/support/plugin/tablepress/reviews/)
   here in the plugin directory. Thanks!

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

The topic ‘FixHeaders doesn’t do his work’ 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/)

## Tags

 * [problem with theme](https://wordpress.org/support/topic-tag/problem-with-theme/)

 * 5 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/fixheaders-doesnt-do-his-work/#post-8848338)
 * Status: resolved