• Resolved jetforce

    (@jetforce)


    Hi, The header titles of my columns are too long so they return in the header row column and part of the title displays below – I want to reduce the spacing between these lines.
    For example:

    ALARM
    TIMER

    As the column width is narrow, the column title ‘Alarm Timer’ shows as above – but the line space between these words is too large – I want to change the line spacing in the header row so TIMER fits more snugly underneath ALARM. Does that make sense?
    Thanks

    https://wordpress.org/plugins/tablepress/

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.
    Also, sorry for the long wait for a reply. As a I was on a long vacation without internet access the last couple weeks, I could not reply earlier.

    This is likely caused by a high line height in the CSS of your theme. To change this, please try adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress th {
      line-height: normal;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘header – column titles too long’ is closed to new replies.