Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Martin,

    thanks for your question, and sorry for the trouble.

    This is caused by your theme, which sets rather big whitespace in the table. To change that, please try adding this CSS code to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress th,
    .tablepress td {
      padding: 8px !important;
      line-height: normal;
    }

    Regards,
    Tobias

    Thread Starter martinverity

    (@martinverity)

    Thank you Tobias that worked perfectly!

    Rgds
    Martin

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Row Height?’ is closed to new replies.