Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thanks so much for the quick response, Tobias.

    I was trying it a few ways, but now have it working by adding that line to my other font attributes. Shown here…

    .tablepress-id-10 tbody td {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #333333;
    line-height: 1.5;
    }

    I can now adjust that spacing to my liking, and I guess I bothered you about 30 minutes too soon.

    Thanks again,
    Mike

    I was looking for this answer too.

    Within a single cell, I sometimes have more than one line of text. The spacing between those lines seems big. Is there a way to add custom CSS to reduce that space between lines? Code that would affect all cells in that table which might have more than one line of text, not just the single cell? Something like line-height= ?

    Thanks,
    Mike

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