Title: [Plugin: WP-Table Reloaded] Scroll bar, decrease padding
Last modified: August 19, 2016

---

# [Plugin: WP-Table Reloaded] Scroll bar, decrease padding

 *  [Geoff_A](https://wordpress.org/support/users/geoff_a/)
 * (@geoff_a)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-scroll-bar-decrease-padding/)
 * Thank you for creating this amazing plugin. I have a very large table (seen here:
   [http://www.flighttrainingresource.com](http://www.flighttrainingresource.com))
   and I can’t seem to figure out how to get a horizontal scroll bar to appear. 
   It just cuts off my data when it reaches the width of the template. Also, there
   seems to be a lot of white space in my cells. How can I decrease the padding?
 * Regards,
    Geoff
 * [http://wordpress.org/extend/plugins/wp-table-reloaded/](http://wordpress.org/extend/plugins/wp-table-reloaded/)

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

 *  Thread Starter [Geoff_A](https://wordpress.org/support/users/geoff_a/)
 * (@geoff_a)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-scroll-bar-decrease-padding/#post-1686200)
 * Also I tried using:
 * .wp-table-reloaded-id-1 td {
    padding: 1px; }
 * but it didn’t seem to have any effect.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-scroll-bar-decrease-padding/#post-1686203)
 * Hi,
 * the whitespace comes from the table head, so that this CSS should reduce it:
 *     ```
       .wp-table-reloaded-id-1 th {
         padding: 1px!important;
       }
       ```
   
 * (Note the `th` instead of `td`.)
 * Adding a scrollbar is not that easy unfortunately, just with CSS.
 * Best wishes,
    Tobias

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

The topic ‘[Plugin: WP-Table Reloaded] Scroll bar, decrease padding’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-scroll-bar-decrease-padding/#post-1686203)
 * Status: not resolved