Title: Column width not resizing
Last modified: November 11, 2019

---

# Column width not resizing

 *  Resolved [tinaarina](https://wordpress.org/support/users/tinaarina/)
 * (@tinaarina)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/column-width-not-resizing/)
 * Hi Tobias,
 * I’ve tried all your recommendations from the last week from similar posts:
    –
   [https://wordpress.org/support/topic/fixed-column-width-5/](https://wordpress.org/support/topic/fixed-column-width-5/)–
   [https://wordpress.org/support/topic/table-resizing-to-max-width/](https://wordpress.org/support/topic/table-resizing-to-max-width/)–
   [https://wordpress.org/support/topic/wrapping-transposed-table-to-page-width/](https://wordpress.org/support/topic/wrapping-transposed-table-to-page-width/)
 * But none seem to work in terms of fixing my column width.
 * Please let me know what css code I can use!
 * Thank you 🙂
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcolumn-width-not-resizing%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/column-width-not-resizing/#post-12118620)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * What exactly are you trying to achieve here? I’m not sure that I understand the
   issue?
 * Regards,
    Tobias
 *  Thread Starter [tinaarina](https://wordpress.org/support/users/tinaarina/)
 * (@tinaarina)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/column-width-not-resizing/#post-12120002)
 * Hi Tobias,
 * Thanks for getting back to me!
 * I was hoping to reduce the table column widths to 150 px, as opposed to the full
   width of the page (which it is now).
 * Just wondering whether there was a way to do that?
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/column-width-not-resizing/#post-12121293)
 * Hi,
 * thanks for the explanation! Unfortunately, it seems that your server is suddenly
   only returning a “404 Not found” error message when I try to access the page 
   at [https://www.melbournemoments.com/ukulele-melbourne/](https://www.melbournemoments.com/ukulele-melbourne/)?
 * Regards,
    Tobias
 *  Thread Starter [tinaarina](https://wordpress.org/support/users/tinaarina/)
 * (@tinaarina)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/column-width-not-resizing/#post-12121337)
 * Hi Tobias,
 * Thanks for letting me know – link should be working now 🙂
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/column-width-not-resizing/#post-12121507)
 * Hi,
 * ok, thanks! 🙂 Maybe some CSS like this then?:
 *     ```
       .tablepress-id-1 {
       	width: auto;
       	margin: 0 auto 1em;
       } 
       .tablepress-id-1 td {
       	width: 250px;
       }
       ```
   
 * Regards,
    Tobias

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

The topic ‘Column width not resizing’ 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

 * [resizing](https://wordpress.org/support/topic-tag/resizing/)
 * [width](https://wordpress.org/support/topic-tag/width/)

 * 5 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/column-width-not-resizing/#post-12121507)
 * Status: resolved