Title: Problem with column width
Last modified: February 26, 2019

---

# Problem with column width

 *  Resolved [blumeremc](https://wordpress.org/support/users/blumeremc/)
 * (@blumeremc)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/problem-with-column-width/)
 * Hello, tobias,
 * I have created on the page: [https://www.wudo.org/de/teams-der-wudo/](https://www.wudo.org/de/teams-der-wudo/)
   teams in different tables according to the country of origin.
 * Unfortunately, column A has a different width for each country, how can I design
   it evenly?
 * Best regards Blume
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fproblem-with-column-width%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)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/problem-with-column-width/#post-11250852)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * The best approach to set column widths is to use CSS code, like that from [https://tablepress.org/faq/column-widths/](https://tablepress.org/faq/column-widths/)
 * Now, in your case, because you have multiple tables on the same page, and because
   you want them to have the same width, you can use a single piece of CSS code.
   That way, you don’t have to do it for all table IDs separately. Instead, you 
   use the ID that this page has on your site, 1290.
 * Then, the CSS code can be written as
 *     ```
       .page-id-1290 .tablepress .column-1 {
           width: 20%;
       }
       ```
   
 * Just add that to the “Custom CSS” textarea on the “Plugin Options” screen of 
   TablePress.
 * Regards,
    Tobias
 *  Thread Starter [blumeremc](https://wordpress.org/support/users/blumeremc/)
 * (@blumeremc)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/problem-with-column-width/#post-11251911)
 * Tanks Tobias it works great!
 * Best regards Blume
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/problem-with-column-width/#post-11251983)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
    Tobias
 * P.S.: In case you haven’t, please [rate TablePress](https://wordpress.org/support/plugin/tablepress/reviews/)
   here in the plugin directory. Thanks!

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

The topic ‘Problem with column width’ 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: [7 years, 3 months ago](https://wordpress.org/support/topic/problem-with-column-width/#post-11251983)
 * Status: resolved