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

    (@tobiasbg)

    Hi,

    so .preorder ist an “Extra CSS class”? That would be fine then.

    Now, you might want to try to apply these CSS commands to the actual table cells (<td>)and not just the row (<tr>), i.e. try

    .preorder td {
      max-height: 30px !important;
      height: 30px !important;
      padding: 2px !important;
    }

    If that doesn’t help, I’ll gladly take a look if you post the URL to the page with the table.

    Regards,
    Tobias

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