Title: stop cell wrap
Last modified: August 31, 2016

---

# stop cell wrap

 *  Resolved [pready](https://wordpress.org/support/users/pready/)
 * (@pready)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/stop-cell-wrap/)
 * How can I stop the content of cells wrapping i.e. Keep text on one line
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/stop-cell-wrap/#post-7048396)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * That’s possible with some “Custom CSS”. For example, add this to the “Custom 
   CSS” textarea on the “Plugin Options” screen of TablePress:
 *     ```
       .tablepress-id-123 th,
       .tablepress-id-123 td {
         white-space: nowrap;
       }
       ```
   
 * (where `123` needs to be changed to the desired table ID).
 * Regards,
    Tobias
 *  Thread Starter [pready](https://wordpress.org/support/users/pready/)
 * (@pready)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/stop-cell-wrap/#post-7048400)
 * That worked, thanks.
    If I leave out the ID will it work for all Tables?
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/stop-cell-wrap/#post-7048429)
 * Hi,
 * yes, if you remove the `-id-123` part, it will apply to all tables.
    Please see
   [https://tablepress.org/faq/documentation-css-selectors-styling/](https://tablepress.org/faq/documentation-css-selectors-styling/)
   for more information on the CSS selectors.
 * Regards,
    Tobias

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

The topic ‘stop cell wrap’ 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

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

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/stop-cell-wrap/#post-7048429)
 * Status: resolved