Title: Column Width
Last modified: August 22, 2016

---

# Column Width

 *  Resolved [stanbeck](https://wordpress.org/support/users/stanbeck/)
 * (@stanbeck)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/column-width-23/)
 * How can I change the column width – I’m trying this with the class=”no-datatables”
   set (since having the javascript enabled embeds the style in the html instead
   of in the css and there’s no way that I know to override that):
 * .igsv-table .col-3 { width: 10px; }
 * I love the plugin, btw. Thanks for taking the time to put it together!
 * [https://wordpress.org/plugins/inline-google-spreadsheet-viewer/](https://wordpress.org/plugins/inline-google-spreadsheet-viewer/)

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

 *  Plugin Author [Meitar](https://wordpress.org/support/users/meitar/)
 * (@meitar)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/column-width-23/#post-5694260)
 * Columns on tables (especially in CSS) are a little tricky, but you have the right
   idea. The trouble is that, for table cells, `width` really means `min-width`,
   because Web browsers do a lot of calculations on the `table` element itself as
   well as its other cells to determine the actual width.
 * You might consider reading [this helpful Stack Overflow post about the issue](https://stackoverflow.com/questions/4457506/css-how-to-set-the-table-column-width-constant-regardless-of-the-amount-of-text),
   which I hope helps you out. 🙂 Good luck.
 *  Thread Starter [stanbeck](https://wordpress.org/support/users/stanbeck/)
 * (@stanbeck)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/column-width-23/#post-5694311)
 * Thank you very much – works great!

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

The topic ‘Column Width’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/inline-google-spreadsheet-viewer.
   svg)
 * [Inline Google Spreadsheet Viewer](https://wordpress.org/plugins/inline-google-spreadsheet-viewer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/inline-google-spreadsheet-viewer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/inline-google-spreadsheet-viewer/)
 * [Active Topics](https://wordpress.org/support/plugin/inline-google-spreadsheet-viewer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/inline-google-spreadsheet-viewer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/inline-google-spreadsheet-viewer/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [stanbeck](https://wordpress.org/support/users/stanbeck/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/column-width-23/#post-5694311)
 * Status: resolved