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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    TablePress by default has a border for each row of a table, which (on regular data tables) increases readability.
    If you want vertical borders as well, please try adding this to the “Custom CSS” textarea on the “Plugin Options” screen:

    .tablepress-id-123 th,
    .tablepress-id-123 td {
      border: 1px solid #cccccc;
    }

    (The 123 needs to be changed to the correct table ID.)

    Regards,
    Tobias

    Thread Starter karll10

    (@karll10)

    Thanks for the prompt reply Tobias…

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Table Border’ is closed to new replies.