Title: responsive table &#8211; collapse
Last modified: October 7, 2019

---

# responsive table – collapse

 *  Resolved [dee987](https://wordpress.org/support/users/dee987/)
 * (@dee987)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/responsive-table-collapse/)
 * Hi,
 * I am using the collapse mode with the responsive extension in Tablepress. On 
   mobile, the collapse displays Monday as a column then displays the rest of the
   week collapsed. Is there shortcode I can add, to have it break and have Monday
   display with the other days of the week?
 * Thanks
    Diana
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fresponsive-table-collapse%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, 8 months ago](https://wordpress.org/support/topic/responsive-table-collapse/#post-12006381)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * One idea to maybe achieve this would be to disallow line breaks in the first 
   column. For that, please add this to the “Custom CSS” textarea on the “Plugin
   Options” screen of TablePress:
 *     ```
       .tablepress-id-6 .column-1 {
          white-space: nowrap;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [dee987](https://wordpress.org/support/users/dee987/)
 * (@dee987)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/responsive-table-collapse/#post-12006421)
 * Perfect fix! thank you for the quick reply.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/responsive-table-collapse/#post-12006446)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
    Tobias
 * P.S.: In case you haven’t, please [rate TablePress](https://wordpress.org/support/plugin/tablepress/reviews/)
   here in the plugin directory. Thanks!

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

The topic ‘responsive table – collapse’ 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, 8 months ago](https://wordpress.org/support/topic/responsive-table-collapse/#post-12006446)
 * Status: resolved