Title: [Plugin: WP-Table Reloaded] Table max width o margin on shortcode
Last modified: August 20, 2016

---

# [Plugin: WP-Table Reloaded] Table max width o margin on shortcode

 *  [matiuru](https://wordpress.org/support/users/matiuru/)
 * (@matiuru)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-table-max-width-o-margin-on-shortcode/)
 * How can I set the max width of a table and center it, but with a shortcode because
   I have the same table in a page and in a widget and I dont want to change de 
   widget. Maybe with margins I can solve it. Thanx
 * [http://wordpress.org/extend/plugins/wp-table-reloaded/](http://wordpress.org/extend/plugins/wp-table-reloaded/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-table-max-width-o-margin-on-shortcode/#post-2373230)
 * Hi,
 * unfortunately, this is not possible with the Shortcode, because when the Shortcode
   is evaluated, it is to late to add CSS code.
 * Instead, you just need a more sophisticated CSS selector. Instead of
 *     ```
       .wp-table-reloaded-id-1 ....
       ```
   
 * something like
 *     ```
       #content .wp-table-reloaded-id-1 ....
       ```
   
 * This depends on your theme. Basically, you need to find out the selector for 
   the page content, which then does not apply to the table in the widget area.
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP-Table Reloaded] Table max width o margin on shortcode’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-table-max-width-o-margin-on-shortcode/#post-2373230)
 * Status: not resolved