Title: Column Width Won&#8217;t Change
Last modified: November 18, 2016

---

# Column Width Won’t Change

 *  Resolved [btr572000](https://wordpress.org/support/users/btr572000/)
 * (@btr572000)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/column-width-wont-change-2/)
 * Each time I add Custom CSS the columns seem to reduce in width. I’ve been trying
   to get them to widen again BUT after 40 mins, they refuse the change from the
   narrow widths. I’ve tried multiple things, mainly using code like
 * .tablepress .column-1 {
    width: 200px; }
 * Site is [http://leadingugly.com](http://leadingugly.com) and I only have one 
   table so have dropped the identifier to simplify things.
 * Thanks,
    Brian

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/column-width-wont-change-2/#post-8452039)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * The problem here are the long URLs in the third column. As those are treated 
   as one very long word by the browser (because the usually don’t contain spaces
   or hyphens where the browser could do word-wrapping), the browser has to make
   the third column wider, so that the URL fits. This means that other columns have
   to be made more narrow, even if you have set a column widths via CSS. (This can
   be nicely seen in the “Pat Cunningham” row.)
 * Your best chance here would therefore be to maybe turn those URLs in the third
   column into actual clickable links which have a short link text. For this, you
   could either type/copy in HTML code like
    `<a href="https://example.com/">Link
   </a>` manually or use the “Insert Link” button which will create this HTML for
   you.
 * Regards,
    Tobias
 *  Thread Starter [btr572000](https://wordpress.org/support/users/btr572000/)
 * (@btr572000)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/column-width-wont-change-2/#post-8452817)
 * Thank you Tobias. That worked. Your support is exceptional!
 * Brian
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/column-width-wont-change-2/#post-8452829)
 * 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/#new-post)
   here in the plugin directory. Thanks!
 *  Thread Starter [btr572000](https://wordpress.org/support/users/btr572000/)
 * (@btr572000)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/column-width-wont-change-2/#post-8453056)
 * Oh Tobias, I was also trying to change the colour of the Description showing 
   at the bottom of the table, but I can’t get it to work:
 * .tablepress-table-description {
    color: #ffffff; }
 * Thanks,
    Brian
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/column-width-wont-change-2/#post-8453148)
 * Hi Brian,
 * please try adding the `!important` flag to raise the command’s priority, like
 *     ```
       color: #ffffff !important;
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [btr572000](https://wordpress.org/support/users/btr572000/)
 * (@btr572000)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/column-width-wont-change-2/#post-8453173)
 * Brilliant once again, Tobias.
 * Thank you.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/column-width-wont-change-2/#post-8453492)
 * Hi,
 * always happy to help! 🙂
 * Best wishes,
    Tobias

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

The topic ‘Column Width Won’t Change’ 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/)

 * 7 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/column-width-wont-change-2/#post-8453492)
 * Status: resolved