Title: table width, column width, row high
Last modified: August 21, 2016

---

# table width, column width, row high

 *  Resolved [jbcuisinier](https://wordpress.org/support/users/jbcuisinier/)
 * (@jbcuisinier)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/table-width-column-width-row-high/)
 * Hi,
 * I’m a beginner in JS and many difficulties with Tablepress.
 * I don’t arrive to define table total width, column width, the 1st column is constitued
   of images 300 x 200 and the 2nd of text.
    I have assigned one row on two with
   background colredto makea difference between every roxw, but these rows haven’t
   the am width! And finally, the result on iPhone is terrific th 2nd column is 
   thick! Please see at [http://www.cuisinier.cc/?page-id=84](http://www.cuisinier.cc/?page-id=84)
 * CSS Codes used:
    [table id=1 width= 1000x] .tablepress-id-1 tbody td { font-family:
   Tahoma; font-size: 24px; color: #000000; }
 * }
 * .tablepress-id-1 .column-1 {
    width: 200px; }
 * ; column-2 {
    width: 1000pxs; }
 * }
 * .tablepress-id-1 .row-2 td {
    background-color: #696969; }
 * .tablepress-id-1 .row-4 td {
    background-color: #696969; }
 * .tablepress-id-1 .row-6 td {
    background-color: #696969; }
 * .tablepress-id-1 .row-8 td {
    background-color: #696969; }
 * Thanks for your response
 * [http://wordpress.org/plugins/tablepress/](http://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/table-width-column-width-row-high/#post-4329661)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * I’m not sure if I understand all of your issues, and unfortunately, I could not
   take a look, as the link you posted only asks me to log in.
 * Now, the “Custom CSS” that you posted contains several mistakes, so please try
   changing everything to this:
 *     ```
       .tablepress-id-1 tbody td {
         font-family: Tahoma;
         font-size: 24px;
         color: #000000;
       }
   
       .tablepress-id-1 .column-1 {
         width: 200px;
       }
   
       .tablepress-id-1 .column-2 {
         width: 1000px;
       }
   
       .tablepress-id-1 .even td {
         background-color: #696969;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [jbcuisinier](https://wordpress.org/support/users/jbcuisinier/)
 * (@jbcuisinier)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/table-width-column-width-row-high/#post-4329767)
 * Many thanks,
 * The table is correct in my PC, but in Iphone, the 2nd column (assigned width 
   1000 px!) is so thin! (5 letters large!)
 * regards
 * Jean-Bernard
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/table-width-column-width-row-high/#post-4329768)
 * Hi,
 * that’s a general problem on phones, as they have less space, obviously.
 * If you open the page publicly, so that I can take a look (again, your link only
   asks me to log in), then I might be able to suggest a solution.
 * Regards,
    Tobias
 *  Thread Starter [jbcuisinier](https://wordpress.org/support/users/jbcuisinier/)
 * (@jbcuisinier)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/table-width-column-width-row-high/#post-4329769)
 * The site is opened. Please see the page ARTENAY
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/table-width-column-width-row-high/#post-4329770)
 * Hi,
 * thanks! Now I can see the table.
 * So, what happens now on small screens is that the second column will get smaller,
   until there’s no more text in it that can be word-wrapped automatically.
    This
   is a general problem with tables on small screens, and I don’t really see a possibility
   around it 🙁 What would like like to have happen on the iPhone?
 * Regards,
    Tobias

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

The topic ‘table width, column width, row high’ 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

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

 * 5 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/table-width-column-width-row-high/#post-4329770)
 * Status: resolved