Viewing 6 replies - 1 through 6 (of 6 total)
  • try this
    .tablepress-id-1 .column-F {
    border-right: 1px solid #333!important}

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Jeni,

    thanks for your question.

    The reason for this is that column classes use numbers and not letters (so 6 instead of F).
    Also, raman’s suggestion to make the CSS shorter is a good idea.
    Please try again with

    .tablepress-id-1 .column-6 {
      border-right: 1px solid #333;
    }

    If that also does not work, please post a link to the page with the table.

    Regards,
    Tobias

    Thread Starter jenij

    (@jenij)

    Thank you both. It’s working perfectly now!

    Thanks for the info re the column classes – I just assumed that because the table shows the columns in letters, then the class would be the same (stupid me ?? )

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    sure, no problem! You are very welcome!

    The reason for this difference is that the numbers do not always match the letters on the “Edit” screen, for example when columns are hidden using the “Hide” button there.

    Best wishes,
    Tobias

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

    @tobias Bg, nice plugin, was looking for that

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks, that’s great to hear ??

    Best wishes,
    Tobias

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘border on right hand side of one column only’ is closed to new replies.