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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    For that, you could reduce the padding and the line height, e.g. by extending the CSS to

    .tablepress thead th {
      padding: 6px !important;
    }
    .tablepress tbody td {
      font-size: 12px;
      line-height: normal;
      padding: 6px !important;
    }

    Regards,
    Tobias

    Thread Starter cbpayne

    (@cbpayne)

    Perfect!
    Thanks for the help and thanks again for this awesome plugin!

    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 ‘Change line spacing after reducing font size’ is closed to new replies.