• Resolved msalfeld

    (@msalfeld)


    i would like every 2nd column to have a vertical line.

    I add a vertical line with the code:

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

    and only every 2nd?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    For that, you would have to work with setting single left/right borders only, e.g. with “Custom CSS” like

    .tablepress-id-123 .column-3,
    .tablepress-id-123 .column-5 {
      border-left: 1px solid #cccccc;
    }

    where 123 is the table ID.

    Regards,
    Tobias

    Thread Starter msalfeld

    (@msalfeld)

    Perfect! Thanks a lot…..

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

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

    Best wishes,
    Tobias
    ?
    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘every 2nd column a vertical line’ is closed to new replies.