Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    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.