Title: editing table width
Last modified: August 21, 2016

---

# editing table width

 *  Resolved [joehark](https://wordpress.org/support/users/joehark/)
 * (@joehark)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/editing-table-width/)
 * I am not sure if the issue is table width or header width or both. Please look
   at
 * [http://buildinghosting.com/hosting-plans/self-managed-hosting-2/](http://buildinghosting.com/hosting-plans/self-managed-hosting-2/)
 * You will notice that the content area width, due to the one of the above, is 
   pushing the right sidebar off the screen. I’ve edited the columns but that does
   not change the header / table width.
 * Which of those two things can I edit, to what and where?
 * Thanks
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/editing-table-width/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/editing-table-width/page/2/?output_format=md)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/editing-table-width/#post-5015454)
 * Hi Joe,
 * thanks for your post, and sorry for the trouble.
 * I checked that link in both Chrome and Firefox, but can’t reproduce what you 
   are describing the table and the sidebar look fine to me.
    Can you maybe post
   a screenshot of what you are seeing?
 * Regards,
    Tobias
 *  Thread Starter [joehark](https://wordpress.org/support/users/joehark/)
 * (@joehark)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/editing-table-width/#post-5015490)
 * The problem seems to be specific to Google Chrome. Did you look at that page 
   in that browser?
 *  Thread Starter [joehark](https://wordpress.org/support/users/joehark/)
 * (@joehark)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/editing-table-width/#post-5015491)
 * OOps – I see you did.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/editing-table-width/#post-5015492)
 * Hi,
 * yes, I’m using Chrome as my default browser.
 * Is this happening when you are logged-in into WordPress as well as when you are
   logged-out?
 * Regards,
    Tobias
 *  Thread Starter [joehark](https://wordpress.org/support/users/joehark/)
 * (@joehark)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/editing-table-width/#post-5015493)
 * The issue is there but manifests itself differently in each of the major browsers.
   The only two pages affected are those with the table (Self-Managed or Fully Managed.)
 * So start out with any page other than those two (www.buildinghosting.com) note
   the relative positions and widths of the starting page, then select one of them
   from the navigation.
 * In GC, the side sidebar is moved to the right and to see the right edge requires
   a small horizontal scrolling.
 * In IE. everything is moved to the left.
 * In FF the sidebars behave but the center column is wider than the center column
   on all other pages.
 * In Opera, the sides remain good, if you start out on any of the “non-table pages.
   But then select one of the table pages and the entire size of the site shrinks(!!).
 *  Thread Starter [joehark](https://wordpress.org/support/users/joehark/)
 * (@joehark)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/editing-table-width/#post-5015494)
 * Yes, the issue appears logged to the WP dashboard or not.
 *  Thread Starter [joehark](https://wordpress.org/support/users/joehark/)
 * (@joehark)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/editing-table-width/#post-5015496)
 * hm,mmm- wait. I logged out of ALL the browsers, *refreshed* and it is gone in
   IE, gone in GC but still not behaving in FF and Opera.
 * Is there code somewhere than can configure the overall width of a table? I’d 
   like to see what effect that might have.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/editing-table-width/#post-5015499)
 * Hi,
 * relavant CSS code could be something like
 *     ```
       .tablepress {
         width: 500px;
       }
       ```
   
 * Also, as you have already turned off the individual features, please uncheck 
   the “Use DataTables” checkbox on the “Edit” screen of the table, as that’s no
   use the, and turning it off saves some loading time.
 * Regards,
    Tobias
 *  Thread Starter [joehark](https://wordpress.org/support/users/joehark/)
 * (@joehark)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/editing-table-width/#post-5015500)
 * that did not change the display on the Self Managed page (Chrome).
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/editing-table-width/#post-5015501)
 * Hi,
 * ah, you will need to add the `!important` keyword:
 *     ```
       .tablepress {
         width: 500px !important;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [joehark](https://wordpress.org/support/users/joehark/)
 * (@joehark)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/editing-table-width/#post-5015503)
 * Yes, that works! Thank you.
 * Now I must figure out why the center column itself, no longer pushed wide by 
   the table, is still wider on those two pages.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/editing-table-width/#post-5015504)
 * Hi,
 * that’s good to hear! And you are sure that the width of that center column depends
   on whether there is a table on the page?
    I’m asking because I can’t really see
   why that should be that case, as the tables basically just take the width of 
   the center column as their width by default.
 * Regards,
    Tobias
 *  Thread Starter [joehark](https://wordpress.org/support/users/joehark/)
 * (@joehark)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/editing-table-width/#post-5015506)
 * I agree with the logic of the question – but the fact remains that the behavior
   is only seen on those two pages.
 * i am going to take a break now – and go do something less frustrating for while–
   and then will try some ideas – such as rebuilding the page from scratch.
 * Thanks for the help. This is a really excellent plugin. I would be interested
   in being notified whenever you create any others.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/editing-table-width/#post-5015507)
 * Hi,
 * that’s really weird then… Is everything back to normal if you temporarily remove
   the table Shortcodes from the pages?
 * And it’s really great to hear that you like the plugin so much 🙂
 * Regards,
    Tobias
 *  Thread Starter [joehark](https://wordpress.org/support/users/joehark/)
 * (@joehark)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/editing-table-width/#post-5015508)
 * clever question. Removing the shortcode does not change the center column width.
 * That makes me even more interested in rebuilding the page, without the code, 
   confirming that it is behaving like all other pages, then adding the shortcode.
 * Should be informative.
 * I’ll get back to it early this afternoon. (it’s 9:45am here in New York).

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/editing-table-width/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/editing-table-width/page/2/?output_format=md)

The topic ‘editing table 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/)

## Tags

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

 * 18 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/editing-table-width/page/2/#post-5015613)
 * Status: resolved