Support » Plugin: WP-Table Reloaded » Table Name

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    yes, that’s possible. Please try adding

    .wp-table-reloaded-table-name-id-1 {
      margin: 0;
      float: left;
    }
    #wp-table-reloaded-id-1-no-1_wrapper {
      clear: none;
    }

    to the “Custom CSS” textarea on the “Plugin Options” screen of WP-Table Reloaded.

    By the way: WP-Table Reloaded is being superseded by TablePress. You might want to check it out 🙂 http://wordpress.org/extend/plugins/tablepress/

    Regards,
    Tobias

    Thread Starter kevmar10

    (@kevmar10)

    Got it to work for that table…any way that it can be applied for all tables in the account? Thanks…and yes, I will check out tablepress.

    Thanks!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    yes, this can also be applied to all tables directly. Note that this will require that all tables have the Length Change turned off, otherwise it will look ugly.
    Please try

    .wp-table-reloaded-table-name {
      margin: 0;
      float: left;
    }
    .dataTables_wrapper {
      clear: none;
    }

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Table Name’ is closed to new replies.