• Resolved zatteberry2

    (@zatteberry2)


    I am trying to get the center lines to show up between each table column like it would look like if you created a table on Microsoft Word if that makes sense, but I cannot find the option or find a customization option to do that. I figured that would be built in.

    How do I do this?

    • This topic was modified 8 years, 2 months ago by zatteberry2.
    • This topic was modified 8 years, 2 months ago by bdbrown.
Viewing 1 replies (of 1 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    This is possible with a small piece of CSS code. Please try adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

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

    where 123 needs to be changed to the table ID of your table.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Frustrated’ is closed to new replies.