Title: [Plugin: WP-Table Reloaded] 3 column table
Last modified: August 20, 2016

---

# [Plugin: WP-Table Reloaded] 3 column table

 *  Resolved [samnasr](https://wordpress.org/support/users/samnasr/)
 * (@samnasr)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-3-column-table/)
 * hi there i have a simple 3 column table that i made . i want each column width
   to be 160 px .
 * i used the css command per the FAQS 3 times, one time for each column as such:
 * .wp-table-reloaded-id-2 .column-1 {
    width: 160px; } .wp-table-reloaded-id-2 .
   column-2 { width: 160px; } .wp-table-reloaded-id-2 .column-3{ width: 160px; }
 * everything works fine when i only have the css for the first 2 columns. once 
   i add the 3rd column , the width of each resizes back to the default who page
   width.
 * i did enter the code “bAutoWidth”: false in the custom commands of DATAtables
   Javascrpit feattures section , it didnt make any difference
 * the url for the page where this table is :
    [http://lfcseminars.com/about/](http://lfcseminars.com/about/)
 * Thank you
 * [http://wordpress.org/extend/plugins/wp-table-reloaded/](http://wordpress.org/extend/plugins/wp-table-reloaded/)

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

 *  Thread Starter [samnasr](https://wordpress.org/support/users/samnasr/)
 * (@samnasr)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-3-column-table/#post-2847676)
 * i noticed that if i uncheck the “Default CSS” the width of the columns are all
   correct however the borders of the cells disappear
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-3-column-table/#post-2847824)
 * Hi,
 * you probably just need this additionally:
 *     ```
       .wp-table-reloaded-id-2 {
         width: auto !important;
       }
       ```
   
 * Best wishes,
    Tobias
 *  Thread Starter [samnasr](https://wordpress.org/support/users/samnasr/)
 * (@samnasr)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-3-column-table/#post-2847840)
 * thank you it worked! this plugin is the best thank you again for creating it.
   i will donate for sure.
 * question the search bar is still on the right hand side of the screen is there
   a way to move it with the table ? if no i really dont need it and i dont mind
   it not being there perhaps i can remove it ?
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-3-column-table/#post-2847844)
 * Hi,
 * moving it is a little bit tricky.
 * Removing it however is quite easy: Just uncheck the corresponding checkbox for
   the search/filtering on the “Edit” screen of the table, in the “DataTables JavaScript
   Features” section. You can also deactivate the other features there, or simply
   deactivate the entire library for the table.
 * Regards,
    Tobias
 *  Thread Starter [samnasr](https://wordpress.org/support/users/samnasr/)
 * (@samnasr)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-3-column-table/#post-2847847)
 * again many thanks ! i just donated . also i just rated the plugin with 5 stars
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-3-column-table/#post-2847849)
 * Hi,
 * sure, no problem 🙂 And thanks a lot for your donation and the vote, it is much
   appreciated!
 * Best wishes,
    Tobias

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

The topic ‘[Plugin: WP-Table Reloaded] 3 column table’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-table-reloaded_f7dcd3.svg)
 * [WP-Table Reloaded](https://wordpress.org/plugins/wp-table-reloaded/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-table-reloaded/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-table-reloaded/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-table-reloaded/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-table-reloaded/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-table-reloaded/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-3-column-table/#post-2847849)
 * Status: resolved