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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Yes, but the border will have to be added to every cell, and it’s not possible to have the border just half a pixel thick. Please try this:

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

    Regards,
    Tobias

    Thread Starter Andrew Leonard

    (@andrewleonard)

    Yes
    thanks that worked
    I actually had to use:
    .tablepress-id-116,
    .tablepress-id-116 td,
    .tablepress-id-116 th {
    border: 1px solid #000000;
    }
    to get the top line to appear
    see:

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    yes, that extra line might be necessary. Good to hear that this helped!

    Best wishes,
    Tobias

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