Title: [Plugin: WP-Table Reloaded] Search header issue
Last modified: August 19, 2016

---

# [Plugin: WP-Table Reloaded] Search header issue

 *  Resolved [congcong009](https://wordpress.org/support/users/congcong009/)
 * (@congcong009)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-search-header-issue/)
 * Hi Tobias,
 * Thanks for your great addon, this do a lot of help!
    Here I just have one issue,
   and hope you could help me out.
 * Please check my site: [http://book.blendercn.org/issuefixinbook](http://book.blendercn.org/issuefixinbook)
 * You can see the header has 2 lines, which cause the search button quite ugly 
   and odd. I have checked most of your threads but still there’re no discuss to
   adjust the lines in search header. Is that possible to change this to normal 
   or maybe just disable?
    Meanwhile, the css looks really different from Chrome
   and IE. Everything looks fine under Chrome but not from IE. I don’t know why 
   >.<
 * Looking forward your suggest!
    Regards, congcong009

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

 *  Thread Starter [congcong009](https://wordpress.org/support/users/congcong009/)
 * (@congcong009)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-search-header-issue/#post-1877929)
 * I mean it would be better to make it show up at 1 line, like:
 * search: [ ]
 * things like that would looks better~ I think CSS is down for my whole site in
   IE, maybe due to the site-code issue. I will check that later. But in Chrome 
   only this header is not working, odd.
 * regards,
    -c
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-search-header-issue/#post-1877953)
 * Hi,
 * yes, I believe that this is caused by your theme as well, because the default
   is the “search: []” that you describe.
 * However, it should be easy to fix this. Please try adding this CSS code to the“
   Custom CSS” textfield on the “Plugin Options” screen of WP-Table Reloaded:
 *     ```
       .dataTables_wrapper input {
         display: inline!important;
       }
       ```
   
 * Best wishes,
    Tobias
 *  Thread Starter [congcong009](https://wordpress.org/support/users/congcong009/)
 * (@congcong009)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-search-header-issue/#post-1878028)
 * wow, thanks for your quick reply!
 * Those code did works so good! It just looks perferct! But here’s another issue
   like at the left side, the “Show _Menu_ entries” didn’t work so good. [http://book.blendercn.org/issuefixinbook](http://book.blendercn.org/issuefixinbook)
 * I follow your guide in thread and check from the DataTables doc: [http://www.datatables.net/styling/custom_classes](http://www.datatables.net/styling/custom_classes)
 * The below code doesn’t work, can u suggest once again?
 *     ```
       .dataTables_length input {
        display: inline!important;
       }
       ```
   
 * BR
    -c
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-search-header-issue/#post-1878032)
 * Hi,
 * great that this worked! 🙂
 * Your code to change the other dropdown is almost right, but the problem is, that
   the dropdown is a “select” and not an “input” in HTML code.
 * So, to also fix this, just change the code I gave you in my previous post to 
   this
 *     ```
       .dataTables_wrapper input,
       .dataTables_wrapper select {
         display: inline!important;
       }
       ```
   
 * This will fix both the dropdown and the search.
 * Best wishes,
    Tobia
 *  Thread Starter [congcong009](https://wordpress.org/support/users/congcong009/)
 * (@congcong009)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-search-header-issue/#post-1878087)
 * Hi Tobia,
 * It’s working again! what a great help and nice of you!
    Thank you so much! All
   the best man! 🙂 Regards, -C
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-search-header-issue/#post-1878098)
 * Hi,
 * you are very welcome! 🙂
 * Best wishes,
    Tobias

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

The topic ‘[Plugin: WP-Table Reloaded] Search header issue’ 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: [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-search-header-issue/#post-1878098)
 * Status: resolved