• Resolved joesutton

    (@joesutton)


    Hello,

    We are attempting to reduce the line spacing to make the table more compact.

    I tried this CSS

    .tablepress tbody td {
    line-height: small;
    }

    and this

    .tablepress tbody td {
    line-height: 0px;
    }

    Neither worked. I tried reviewing support and forums first.

    The page I need help with: [log in to see the link]

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Please try

    .tablepress tbody td {
      line-height: normal;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Line Height Override’ is closed to new replies.