Title: Column widths and borders missing
Last modified: August 21, 2016

---

# Column widths and borders missing

 *  Resolved [jackdees](https://wordpress.org/support/users/jackdees/)
 * (@jackdees)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/column-widths-and-borders-missing/)
 * Hi,
 * I’ve tried the css’ in the FAQs and other posts. I just can’t seem to get mine
   right. My URL is [http://www.grahamanddoddsville.com.au/](http://www.grahamanddoddsville.com.au/)(
   the one with black headings and yellow images).
 * My first column is wider than the rest despite setting width to auto and fixing
   width to 170px. I’ve even added padding without much luck.
 * Second thing is how do I put light grey borders around each cell?
 * Hope you can help.
 * Thanks!
 * [http://wordpress.org/plugins/tablepress/](http://wordpress.org/plugins/tablepress/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/column-widths-and-borders-missing/#post-4096085)
 * Hi,
 * thanks for your question and sorry for the trouble!
 * For me, all four columns have the same width in Google Chrome…
    Where are you
   seeing the problem? (Note that you did not replace the `N` with the table ID 
   in your “Custom CSS”. With the following CSS you should however not need that
   CSS anyway.)
 * About the borders: Please try adding this “Custom CSS”:
 *     ```
       .tablepress-id-1 tbody td {
           border: 1px solid #000000;
           width: 25%;
           padding: 2px;
       }
       ```
   
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

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

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/column-widths-and-borders-missing/#post-4096085)
 * Status: resolved