Title: WP-Table Reloaded
Last modified: August 20, 2016

---

# WP-Table Reloaded

 *  Resolved [winowill](https://wordpress.org/support/users/winowill/)
 * (@winowill)
 * [14 years ago](https://wordpress.org/support/topic/wp-table-reloaded-52/)
 * [http://www.industrialmaintenanceplatforms.com/ladders/truck-and-dock-access-ladders/tank-top-lifts/](http://www.industrialmaintenanceplatforms.com/ladders/truck-and-dock-access-ladders/tank-top-lifts/)
 * I’m having problems getting the table into my WP product page because of the 
   width. Is there anyway to shrink it so that it fits… and have it expand on hover.
 * Thank you
    Shannon
 * [http://wordpress.org/extend/plugins/wp-table-reloaded/](http://wordpress.org/extend/plugins/wp-table-reloaded/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [14 years ago](https://wordpress.org/support/topic/wp-table-reloaded-52/#post-2957732)
 * Hi Shannon,
 * thanks for your question.
 * This might be possible with some JavaScript, but maybe a CSS solution is easier:
   
   Please try adding
 *     ```
       #content .product {
         overflow: visible !important;
       }
       ```
   
 * to the “Custom CSS” on the “Plugin Options” screen of WP-Table Reloaded.
    This
   will basically tell your theme to not cut off the table when it is bigger than
   the available space.
 * Regards,
    Tobias
 *  Thread Starter [winowill](https://wordpress.org/support/users/winowill/)
 * (@winowill)
 * [14 years ago](https://wordpress.org/support/topic/wp-table-reloaded-52/#post-2957733)
 * [http://www.industrialmaintenanceplatforms.com/ladders/truck-and-dock-access-ladders/tank-top-lifts](http://www.industrialmaintenanceplatforms.com/ladders/truck-and-dock-access-ladders/tank-top-lifts)
 * It shows a bit more of it, but still is cut off, anymore ideas?
 * Thank you
    Shannon
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [14 years ago](https://wordpress.org/support/topic/wp-table-reloaded-52/#post-2957734)
 * Hi Shannon,
 * maybe extending this one level higher helps:
 *     ```
       #content,
       #content .product {
         overflow: visible !important;
       }
       ```
   
 * Other than that, I don’t have ideas on this, sorry 🙁
 * Best wishes,
    Tobias
 *  Thread Starter [winowill](https://wordpress.org/support/users/winowill/)
 * (@winowill)
 * [14 years ago](https://wordpress.org/support/topic/wp-table-reloaded-52/#post-2957735)
 * It didnt do anything…
    Is there anyway to have it expand on hover?
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [14 years ago](https://wordpress.org/support/topic/wp-table-reloaded-52/#post-2957760)
 * Hi,
 * expanding it on hover would also only be able to set these CSS commands, as far
   as I know. So, this would also not lead to a better outcome.
    Sorry for not having
   a solution to this.
 * You might want to think about changing your theme, so that the table and “Features”
   section is shown below the image, and then uses the full available width…
 * Regards,
    Tobias

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

The topic ‘WP-Table Reloaded’ 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/)

 * 5 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [14 years ago](https://wordpress.org/support/topic/wp-table-reloaded-52/#post-2957760)
 * Status: resolved