Title: CSS Column widths
Last modified: March 25, 2024

---

# CSS Column widths

 *  Resolved [ivoyages](https://wordpress.org/support/users/ivoyages/)
 * (@ivoyages)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/css-column-widths/)
 * Hi,
 * Thanks for your plugin. I see you articles to fix column widths : [https://tablepress.org/faq/column-widths/](https://tablepress.org/faq/column-widths/)
 * But. the solution doesn’t work on my table.
 * Please find my css :
 *     ```wp-block-code
       .tablepress-id-68 .column-1 {
       	width: 200px;
       	min-width: 200px;
       	font-weight: normal;
       	font-size: 12px !important;
       	text-align: left;
       	color: white;
       }
       ```
   
 * What’s wrong ?
 * Gregory
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-column-widths%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)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/css-column-widths/#post-17527190)
 * Hi!
 * Thanks for your post and sorry for the trouble!
 * Can you please clarify what you are trying to achieve? That table 68 only has
   one column, from what I can see, so changing column widths does not make sense.
   Or do you want to reduce the overall width of the table? If so, please use
 *     ```wp-block-code
       .tablepress-id-68 {
           width: 200px;
       }
       ```
   
 * for that. I also recommend turning off the “Enable visitor features” checkbox
   in the “Table features for site visitors” section. Those are not really needed
   for this small table.
 * Regards,
   Tobias
 *  Thread Starter [ivoyages](https://wordpress.org/support/users/ivoyages/)
 * (@ivoyages)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/css-column-widths/#post-17528137)
 * Thanks very much, it works
 * One more question. My table is center. I would like to put it in left. How I 
   can do thath ? My code is
 *     ```wp-block-code
       .tablepress-id-68 tbody td {
       	font-weight: normal;
       	font-size: 12px !important;
       	text-align: left;
       	color: white;
       }
       ```
   
 * Can you help me also for that ?
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/css-column-widths/#post-17530523)
 * Hi,
 * Sure! For that, please add this to the “Custom CSS” text area on the “Plugin 
   Options” screen of TablePress:
 *     ```wp-block-code
       .tablepress-id-68 {
           margin: 0 0 1em;
       }
       ```
   
 * Regards,
   Tobias
 *  Thread Starter [ivoyages](https://wordpress.org/support/users/ivoyages/)
 * (@ivoyages)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/css-column-widths/#post-17531241)
 * Thanks very much Tobias.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/css-column-widths/#post-17531852)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
   Tobias

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

The topic ‘CSS Column widths’ 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/)

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