Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question.

    You can center your tables by adding this to the “Custom CSS” textarea on the “Plugin Options” screen:

    .wp-table-reloaded-id-6 {
      margin: 0 auto 1em;
    }

    Just adjust the table ID as necessary.
    Also, you seem to have unchecked the advanced features like sorting/search/pagination individually. In that case, it’s actually better to turn of the usage of the JavaScript library entirely, by unchecking the corresponding checkbox on the table’s “Edit” screen.

    Finally: WP-Table Reloaded has been superseded by the much better TablePress: https://tobias.baethge.com/2013/01/tablepress-replaces-wp-table-reloaded/ I recommend that you make the switch to enjoy an even better plugin!

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Center align the whole table in a page’ is closed to new replies.