Title: Column Width Responsive Issue
Last modified: November 26, 2019

---

# Column Width Responsive Issue

 *  Resolved [debedbugged](https://wordpress.org/support/users/debedbugged/)
 * (@debedbugged)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/column-width-responsive-issue/)
 * From reading other threads, it seems that the issue stems from the width of non-
   breaking content in some cells.
 * I’d like all columns to mirror/equal the width of the widest column if possible.
   What’s most important is that the CTA responsive buttons are a uniform size.
 * Scroll was part of the plan so wider than page tables are no problem.
 * I’ve tried different widths in % and pixel, but I’m running in circles at this
   point. Hoping that a solution to this table will translate to others on the site
   with the same issue.
 * This is what I’ve currently inserted to the custom css under ‘Plugin Options’:
   .
   tablepress-id-40 .column-2, .tablepress-id-40 .column-3, .tablepress-id-40 .column-
   4, .tablepress-id-40 .column-5, .tablepress-id-40 .column-6 { width: 20%; }
 * Big fan of the plugin, thanks in advance.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcolumn-width-responsive-issue%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, 4 months ago](https://wordpress.org/support/topic/column-width-responsive-issue/#post-12179994)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * You could maybe try a minimum column width here:
 *     ```
       min-width: 150px;
       ```
   
 * in that CSS command.
 * Regards,
    Tobias
 *  Thread Starter [debedbugged](https://wordpress.org/support/users/debedbugged/)
 * (@debedbugged)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/column-width-responsive-issue/#post-12197789)
 * Just what I needed. Thanks! Left a review. Happy holidays.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/column-width-responsive-issue/#post-12197925)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
    Tobias

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

The topic ‘Column Width Responsive Issue’ 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, 4 months ago](https://wordpress.org/support/topic/column-width-responsive-issue/#post-12197925)
 * Status: resolved