Title: change table borders
Last modified: August 21, 2016

---

# change table borders

 *  [weeksan](https://wordpress.org/support/users/weeksan/)
 * (@weeksan)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/change-table-borders/)
 * hey,
 * this is actually a 2 part question as I have tried and cannot figure where or
   how to change this;
 * 1; How can I globally set tables to actually be invisible? I have this “<table
   border=”0;” cellspacing=”0;” cellpadding=”0;”>” however it still draws a grey
   border. I found what I thought were references in css and edited it but I still
   get a light grey border… If I could change the colour or actually remove it I’d
   be really happy haha.
 * 2; both the desktop and mobile version are not quite wide enough for me… Is there
   a way to increase these default widths?
 * Thank you very much.

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

 *  Theme Author [Template Express](https://wordpress.org/support/users/danstriker/)
 * (@danstriker)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/change-table-borders/#post-4262604)
 * hello,
 * you can change the border settings in the style.css here:
 *     ```
       .entry-content table, .comment-content table {
       border: 1px solid #d9d9d9;
       }
       ```
   
 * For your second question are you referring to the content width?
 *  Thread Starter [weeksan](https://wordpress.org/support/users/weeksan/)
 * (@weeksan)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/change-table-borders/#post-4262614)
 * You are a wonderful, wonderful person!
 * Also, yes I am talking about the content width. Once again, thank you so much
 *  Theme Author [Template Express](https://wordpress.org/support/users/danstriker/)
 * (@danstriker)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/change-table-borders/#post-4262624)
 * well thank-you! 🙂
 * The content width is set here:
 *     ```
       .site-main {
       margin: 0 auto;
       max-width: 960px;
       }
       ```
   

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

The topic ‘change table borders’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/adamos/3.2/screenshot.png)
 * Adamos
 * [Support Threads](https://wordpress.org/support/theme/adamos/)
 * [Active Topics](https://wordpress.org/support/theme/adamos/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/adamos/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/adamos/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Template Express](https://wordpress.org/support/users/danstriker/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/change-table-borders/#post-4262624)
 * Status: not resolved