• Resolved stnicolas

    (@stnicolas)


    Hi
    I’m using a few rowspan in my table, and the result doesn’t look very nice (see screeshot). Row borders go across some spanned cells.
    Also how can I get column vertical borders?
    Thanks!
    ScreenShot

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    To add vertical borders as well, please add 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;
    }

    Just change the table ID as necessary.

    Regards,
    Tobias

    Thread Starter stnicolas

    (@stnicolas)

    Thanks Tobia!

    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 ‘rowspan and column borders’ is closed to new replies.