Title: Disconnected from Table CSS
Last modified: December 11, 2017

---

# Disconnected from Table CSS

 *  Resolved [technomediapei](https://wordpress.org/support/users/technomediapei/)
 * (@technomediapei)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/disconnected-from-table-css/)
 * The header of the tables on this site are not using the width attributes from
   the tables. The table’s (Edit) link appears directly below the header instead
   of below the table. There is no other (Edit) link below the tables. We are also
   using WPdataTables on this website, however we deactivated it and the table header
   issue was still there.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdisconnected-from-table-css%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/disconnected-from-table-css/#post-9771296)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * You have some weird CSS code in your theme’s “Custom CSS”:
 *     ```
       .tablepress {
       	display: block;
       }
   
       .tablepress tbody {
       	display: block;
       	overflow-x: auto;
       	position: relative;
       	white-space: nowrap;
       	width: auto;
       }
       ```
   
 * Please remove all that.
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Disconnected from Table CSS’ 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

 * [thead](https://wordpress.org/support/topic-tag/thead/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [8 years, 6 months ago](https://wordpress.org/support/topic/disconnected-from-table-css/#post-9771296)
 * Status: resolved