Title: Responsive problems
Last modified: May 14, 2024

---

# Responsive problems

 *  Resolved [Andrew Leonard](https://wordpress.org/support/users/andrewleonard/)
 * (@andrewleonard)
 * [2 years ago](https://wordpress.org/support/topic/responsive-problems-13/)
 * If you look at this page on a mobile device or you use Inspect>Device Toolbar
   it works OK until you hit a with of around 377 pixels wide (I have a iPhone mini
   12)
 * The first item is “Have you heard of fern sperm? Chris Packham discusses fern
   reproduction” it will wrap this text until it gets to the word “discusses” and
   then stops wrapping and starts losing the end of the text
 * This is the shortcode I have: [table id=74 responsive=”stack” /]
 * Can you help me with this?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fresponsive-problems-13%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)
 * [2 years ago](https://wordpress.org/support/topic/responsive-problems-13/#post-17755291)
 * Hi Andrew!
 * Thanks for your post and sorry for the trouble!
 * The cause for this is not actually that text, but some of the green buttons, 
   which have very long text. For example, the button “Ferns of Thailand, Laos and
   Cambodia” in row 297 is wider than the screen.
 * Now, fixing this is easy, but allowing line breaks for the buttons. To achieve
   that, please add this to the “Custom CSS” text area on the “Plugin Options” screen
   of TablePress:
 *     ```wp-block-code
       .tablepress-id-74 .column-1 input {
           white-space: normal;
       }
       ```
   
 * Regards,
   Tobias
 *  Thread Starter [Andrew Leonard](https://wordpress.org/support/users/andrewleonard/)
 * (@andrewleonard)
 * [2 years ago](https://wordpress.org/support/topic/responsive-problems-13/#post-17755363)
 * Thank you
 * You are brilliant, as always…
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [2 years ago](https://wordpress.org/support/topic/responsive-problems-13/#post-17755842)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
   Tobias
 * P.S.: Don’t forget to check out the [TablePress premium versions](https://tablepress.org/premium/)
   🙂

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

The topic ‘Responsive problems’ 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: [2 years ago](https://wordpress.org/support/topic/responsive-problems-13/#post-17755842)
 * Status: resolved