• Resolved Hockeyguy1925

    (@hockeyguy1925)


    Hi Tobias,
    Just wondering the CSS that has to be edited in or to ensure that the table header line up correctly with the corresponding columns. I have tables set to responsive=”tablet”. Here is link to site to be more clear of what I mean. I would like the table header to be lined up in middle.

    herdhistory.com/playoff-attendance/

    thanks in advance

    http://wordpress.org/extend/plugins/tablepress/

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question. The reason for this is the line height in the head row.
    I recommend to fix this by adjusting that with this “Custom CSS”:

    .tablepress thead th {
      line-height: 20px;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Responsive extenstion’ is closed to new replies.