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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Please remove that CSS for setting the height again.

    Then, change

    .tablepress-id-34 tbody td {
    	font-family: tahoma;
    	font-size: 12px;
    }

    to

    .tablepress-id-34 tbody td {
    	font-family: tahoma;
    	font-size: 12px;
    	line-height: normal;
    }

    That should make the rows smaller.

    Regards,
    Tobias

    Thread Starter asalnikov

    (@asalnikov)

    Thank,Tobias
    Made as written.
    Works, but not completely.
    Row height decreases.
    Also, it decreases when reducing the size of the font.
    Apparently remains constant distance between the edge of the symbols and row.
    Testing table:
    http://www.v-prognoz.ru/gl/test/
    Ок, let it be so, well.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    ok, now you can also reduce the padding, e.g. by extending the code to

    .tablepress-id-34 tbody td {
    	font-family: tahoma;
    	font-size: 12px;
    	line-height: normal;
    	padding: 4px;
    }

    Regards,
    Tobias

    Thread Starter asalnikov

    (@asalnikov)

    Wow!
    Works fine.
    Thank you very much, Tobias!

    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 5 replies - 1 through 5 (of 5 total)

The topic ‘row height’ is closed to new replies.