Title: Empty
Last modified: January 14, 2023

---

# Empty

 *  Resolved [iarias](https://wordpress.org/support/users/iarias/)
 * (@iarias)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/empty-7/)
 * how to hide empty columns ?

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/empty-7/#post-16377211)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * My recommendation would be to simply delete the empty column on the table’s “
   Edit” screen.
 * Alternatively, you could try hiding the cells with CSS code like
 *     ```wp-block-code
       .tablepress-id-123 thead th:empty,
       .tablepress-id-123 tbody td:empty {
         display: none;
       }
       ```
   
 * Regards,
   Tobias

Viewing 1 replies (of 1 total)

The topic ‘Empty’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [3 years, 4 months ago](https://wordpress.org/support/topic/empty-7/#post-16377211)
 * Status: resolved