• Resolved robertwein

    (@robertwein)


    I had to take some time away from the site, so I wasn’t doing stuff for about a year. I’m back, and like the old days, I hit something that I don’t know how to do! I’ve got a page that shows posts in a “table format”, on one of my pages. I’d like it to draw a horizontal line after the row with the text, before the images of the next one. This is what I thought would work, but not! Help, please?!?

    .tablepress-id-87,
    .tablepress-id-87 tr,
    .tablepress-id-87 tbody td,
    .tablepress-id-87 thead th,
    .tablepress-id-87 tfoot th {
    text-align: left;
    text-justify: inter-word;
    }

    .tablepress-id-87 tbody .row-2 td {
    border: bottom !important;
    }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    The table ID on that page is 86 not 87, from what I can see, and that last command need a small fix. Please try again with

    .tablepress-id-86 tbody .row-2 td {
      border-bottom: 1px solid #cccccc !important;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Argh, it’s been a bit, and I can’t remember the basics!’ is closed to new replies.