Title: table issues
Last modified: August 20, 2016

---

# table issues

 *  [jpetznick](https://wordpress.org/support/users/jpetznick/)
 * (@jpetznick)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/table-issues-1/)
 * Working on a table for one of the pages on my site. Not having any luck removing
   the border, and getting it sized to the content. I’ve been in to my CSS Stylesheet
   Editor and updated it wherever it seems apparent to me, but I must be missing
   something. Any help would be appreciated!
 * Here’s the new CSS I have in my Stylesheet Editor…
 * table {
    border-width: 0; border-collapse: collapse; border-spacing: 0; }
 * /* Table */
    #content table { width: ; border-width: 0; }
 * #content tr {
    border-width: 0; }
 * #content th {
    border-width: 0; font-size: 12px; text-align: left; font-weight:
   500; letter-spacing: .1em; line-height: 2.6em; text-transform: uppercase; }
 * #content td {
    border-width: 0; padding: 0; }
 * The page I’m working on can be found [here](http://uptopshop.ca/product/)

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

 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/table-issues-1/#post-3242518)
 * Those borders have nothing to do with the table, but are from this CSS code in
   the theme:
 *     ```
       #main #content img {
           background-color: #FFFFFF;
           border: 1px solid #BBBBBB;
           max-width: 630px;
           padding: 5px;
       }
       ```
   
 * Using Firebug will help you with this kind of question…
 *  Thread Starter [jpetznick](https://wordpress.org/support/users/jpetznick/)
 * (@jpetznick)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/table-issues-1/#post-3242592)
 * Thanks!

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

The topic ‘table issues’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/simple-catch/4.0/screenshot.png)
 * Simple Catch
 * [Support Threads](https://wordpress.org/support/theme/simple-catch/)
 * [Active Topics](https://wordpress.org/support/theme/simple-catch/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/simple-catch/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/simple-catch/reviews/)

## Tags

 * [table](https://wordpress.org/support/topic-tag/table/)
 * [table border](https://wordpress.org/support/topic-tag/table-border/)
 * [table width](https://wordpress.org/support/topic-tag/table-width/)

 * 2 replies
 * 2 participants
 * Last reply from: [jpetznick](https://wordpress.org/support/users/jpetznick/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/table-issues-1/#post-3242592)
 * Status: not resolved