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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Actually, there are borders in your table. ?? However, TablePress by default only puts horizontal borders between the rows, but no vertical borders between the columns, as those can make it harder to read the table.
    So, there’s nothing to fix here actually, and I would actually not recommend to add vertical borders in your table.
    If you really want, please try adding this “Custom CSS”:

    .tablepress th,
    .tablepress td {
      border: 1px solid #dddddd;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘borders around cells and entire table not showing’ is closed to new replies.