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

    (@tobiasbg)

    Hi,

    this depends on what you actually want to achieve. In most cases, you’ll want to increase the padding, with something like this:

    .wp-table-reloaded-id-123 td,
    .wp-table-reloaded-id-123 th {
      padding-top: 8px !important;
      padding-bottom: 8px !important;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Increasing height of the rows’ is closed to new replies.