Title: Table layout crashes
Last modified: December 7, 2016

---

# Table layout crashes

 *  Resolved [abecker](https://wordpress.org/support/users/abecker/)
 * (@abecker)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/table-layout-crashes/)
 * Since the last update the layout of the tables didn’t work any more. See:
 * [https://www.gesamtschule-marienheide.de/?page_id=13](https://www.gesamtschule-marienheide.de/?page_id=13)
 * responsible is the “fixed tag” in
    <table class=”wp-list-table widefat fixed 
   pages list-container”>
 * How can I fix this?

Viewing 1 replies (of 1 total)

 *  Plugin Author [xnau webdesign](https://wordpress.org/support/users/xnau/)
 * (@xnau)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/table-layout-crashes/#post-8526534)
 * Try adding a CSS rule like this:
 *     ```
       table.fixed {
          position: inherit;
       }
       ```
   
 * You can add this to the Custom CSS settings in the plugin.

Viewing 1 replies (of 1 total)

The topic ‘Table layout crashes’ is closed to new replies.

 * ![](https://ps.w.org/participants-database/assets/icon-256x256.jpg?rev=1389807)
 * [Participants Database](https://wordpress.org/plugins/participants-database/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/participants-database/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/participants-database/)
 * [Active Topics](https://wordpress.org/support/plugin/participants-database/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/participants-database/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/participants-database/reviews/)

## Tags

 * [wp list table](https://wordpress.org/support/topic-tag/wp-list-table/)

 * 1 reply
 * 2 participants
 * Last reply from: [xnau webdesign](https://wordpress.org/support/users/xnau/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/table-layout-crashes/#post-8526534)
 * Status: resolved