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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The reason for this basically is that you used <h3> and <h4> heading in your table, which (from your theme) have a margin applied to theme.

    The best way would probably be to not use these extra HTML tags but instead style the cells with CSS code.
    A simple solution would be to simply remove the margin from all headings that are in tables, by adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress h3,
    .tablepress h4 {
      margin: 0;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Row Height modifications?’ is closed to new replies.