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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    The reason for this is that your theme is not adding a right-hand side border. To add it, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    table tr {
      border-right: 1px solid #ddd;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘right border missing’ is closed to new replies.