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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the late answer. As I was on vacation, I didn’t have a chance to reply earlier.

    Unfortunately, there’s no easy solution to this. Your best chance might be to reduce the padding in the table cells (i.e. the white space between the text and the cell border). Please try pasting this into the “Custom CSS” textarea of TablePress:

    .tablepress-id-2 th,
    .tablepress-id-2 td {
      padding: 4px;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Problem with Internet Explorer and table width’ is closed to new replies.