Title: fixed header and mobile page fixed
Last modified: May 8, 2020

---

# fixed header and mobile page fixed

 *  Resolved [chris](https://wordpress.org/support/users/engintekeli/)
 * (@engintekeli)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/fixed-header-28/)
 * Hello Tobian,
 * `[table id=3 automatic_url_conversion=true responsive="collapse" datatables_fixedheader
   =top datatables_fixedheader_offsettop=20 datatables_counter_column=true /]`
 * but not fully aligned. what should i do?
 * also need to fix the mobile page?
 * [https://prnt.sc/sd0tbh](https://prnt.sc/sd0tbh)
 * [https://prnt.sc/sd0yx9](https://prnt.sc/sd0yx9)
 * Thanks
    -  This topic was modified 6 years, 1 month ago by [chris](https://wordpress.org/support/users/engintekeli/).
    -  This topic was modified 6 years, 1 month ago by [chris](https://wordpress.org/support/users/engintekeli/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffixed-header-28%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, 1 month ago](https://wordpress.org/support/topic/fixed-header-28/#post-12800959)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * You could try setting column widths, but with the `!important` flag, like
 *     ```
       .tablepress-id-123 .column-1 {
         width: 100px;
       }
       .tablepress-id-123 .column-2 {
         width: 120px;
       }
       .tablepress-id-123 .column-3 {
         width: 80px;
       }
       ```
   
 * and so on, each time with the correct table ID and column width.
 * Regards,
    Tobias
 *  Thread Starter [chris](https://wordpress.org/support/users/engintekeli/)
 * (@engintekeli)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/fixed-header-28/#post-12801171)
 * web page ok but mobile page not working 🙁
 * [https://denemebonusu.tinytake.com/tt/NDI3OTQyNV8xMzQyNzI5NQ](https://denemebonusu.tinytake.com/tt/NDI3OTQyNV8xMzQyNzI5NQ)
 * can you also send the mail address of your skrill account?
 * Thanks
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/fixed-header-28/#post-12801984)
 * Hi,
 * ah, I meant to append the `!important` flag, like
 *     ```
       .tablepress-id-123 .column-1 {
         width: 100px !important;
       }
       .tablepress-id-123 .column-2 {
         width: 120px !important;
       }
       .tablepress-id-123 .column-3 {
         width: 80px !important;
       }
       ```
   
 * Can you try again with that?
 * Unfortunately, I don’t have a Skrill account, only the options on [https://tablepress.org/donate/](https://tablepress.org/donate/)
 * Regards,
    Tobias

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

The topic ‘fixed header and mobile page fixed’ 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, 1 month ago](https://wordpress.org/support/topic/fixed-header-28/#post-12801984)
 * Status: resolved