Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Geoff_A

    (@geoff_a)

    Also I tried using:

    .wp-table-reloaded-id-1 td {
    padding: 1px;
    }

    but it didn’t seem to have any effect.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    the whitespace comes from the table head, so that this CSS should reduce it:

    .wp-table-reloaded-id-1 th {
      padding: 1px!important;
    }

    (Note the th instead of td.)

    Adding a scrollbar is not that easy unfortunately, just with CSS.

    Best wishes,
    Tobias

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Scroll bar, decrease padding’ is closed to new replies.