Title: Column width
Last modified: August 20, 2016

---

# Column width

 *  [BassAgent](https://wordpress.org/support/users/bassagent/)
 * (@bassagent)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/column-width-4/)
 * I have a problem with my table. I want to have the 2nd column wider, and the 
   4th and 5th a little bit smaller. I’ve tried this code:
 *     ```
       .wp-table-reloaded-id-N .column-2 {
         width: 100px;
       }
       ```
   
 * But then of course edited to the right numbers and stuff. However, that doesn’t
   work at all… What’s the solution?

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

 *  [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/column-width-4/#post-2269730)
 * Hi,
 * could you please post the URL to the page with the table, so that I can take 
   a direct look at it and find out what’s wrong?
 * Thanks!
    Tobias
 *  Thread Starter [BassAgent](https://wordpress.org/support/users/bassagent/)
 * (@bassagent)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/column-width-4/#post-2269731)
 * Oh, right, sorry, forgot that.
    [http://www.hidderoorda.nl/?page_id=99](http://www.hidderoorda.nl/?page_id=99)
 *  [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/column-width-4/#post-2269732)
 * Hi,
 * thanks for the link.
 * Likely, you don’t really need to change the column widths, you just need to change
   the inner padding (white space) in the table. Your theme uses a large default
   value for this, so that the column are kind of wide.
 * Please try adding this to the “Custom CSS” textarea on the “Plugin Options” screen
   of WP-Table Reloaded:
 *     ```
       .wp-table-reloaded th,
       .wp-table-reloaded td {
         padding: 4px!important;
       }
       ```
   
 * Best wishes,
    Tobias

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

The topic ‘Column width’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-table-reloaded_f7dcd3.svg)
 * [WP-Table Reloaded](https://wordpress.org/plugins/wp-table-reloaded/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-table-reloaded/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-table-reloaded/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-table-reloaded/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-table-reloaded/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-table-reloaded/reviews/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [14 years, 9 months ago](https://wordpress.org/support/topic/column-width-4/#post-2269732)
 * Status: not resolved