Title: Plugin &#8211; TablePress Table column issue
Last modified: August 30, 2016

---

# Plugin – TablePress Table column issue

 *  Resolved [xcore11](https://wordpress.org/support/users/xcore11/)
 * (@xcore11)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/plugin-tablepress-table-column-issue/)
 * Here is the page
 * [http://mymortgage.sg/blog/category/inter-bank-rates/](http://mymortgage.sg/blog/category/inter-bank-rates/)
 * I’m having issue with setting the table size.
 * What i wanted is
 * [http://i71.photobucket.com/albums/i151/arrowstar77/css-table3-End%20result.png](http://i71.photobucket.com/albums/i151/arrowstar77/css-table3-End%20result.png)
 * when i entered the code
 * > .tablepress .odd td {
   >  background-color: #E5E4E2; }
   > .tablepress .even td {
   >  background-color: #FFFFFF; }
   > .tablepress-id-1 .column-1 {
   >  width: 200px; }
 * I get this
 * [http://i71.photobucket.com/albums/i151/arrowstar77/css-table1.png](http://i71.photobucket.com/albums/i151/arrowstar77/css-table1.png)
 * when i entered this code
 * > .tablepress .odd td {
   >  background-color: #E5E4E2; }
   > .tablepress .even td {
   >  background-color: #FFFFFF; }
   > .tablepress-id-1 .column-1 {
   >  width: 200px; }
   > .tablepress .column-2 {
   >  width: 200px; }
 * i get this
 * [http://i71.photobucket.com/albums/i151/arrowstar77/css-table2.png](http://i71.photobucket.com/albums/i151/arrowstar77/css-table2.png)
 * can any one tell where my issue is?

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

 *  Thread Starter [xcore11](https://wordpress.org/support/users/xcore11/)
 * (@xcore11)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/plugin-tablepress-table-column-issue/#post-6455332)
 * sorry forgot to add this part here,
 * and how do i get rid of the search bar in the pic?
 * [http://i71.photobucket.com/albums/i151/arrowstar77/css-table3%20-%20search%20bar.png](http://i71.photobucket.com/albums/i151/arrowstar77/css-table3%20-%20search%20bar.png)
 * It seems to be from the tablepress.
 *  [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/plugin-tablepress-table-column-issue/#post-6455458)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * From what I can see, that search bar is added by the FooTable plugin. To turn
   that off, just uncheck the TablePress integration option that FooTable offers.
 * To then make the table smaller, please try adding this to the “Custom CSS” in
   TablePress:
 *     ```
       .tablepress-id-1 {
         width: auto;
       }
       ```
   
 * After that, the browser should obey your column widths CSS as well, as it will
   no longer try to stretch to the full width.
 * Regards,
    Tobias
 *  Thread Starter [xcore11](https://wordpress.org/support/users/xcore11/)
 * (@xcore11)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/plugin-tablepress-table-column-issue/#post-6455483)
 * it’s is wonderful! thank you very much for your reply!
 *  [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/plugin-tablepress-table-column-issue/#post-6455564)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
    Tobias
 * P.S.: In case you haven’t, please [rate TablePress](http://wordpress.org/support/view/plugin-reviews/tablepress)
   here in the plugin directory. Thanks!

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

The topic ‘Plugin – TablePress Table column issue’ is closed to new replies.

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/plugin-tablepress-table-column-issue/#post-6455564)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
