• Resolved remmo

    (@remmo)


    Hi, Tobias,

    please, can you tell me why my CSS style is not working in the table? I need a borders between the columns.

    I used this CSS:

    .tablepress-id-30 tbody {

    border: 1px solid #474747;

    }

    Remmo

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi!

    Thanks for your post and sorry for the trouble!

    This CSS code would add a border line around the table body, which is the all the data rows except the header row. To add border lines between the columns, you would need to add left and right borders to the table cells (td).

    Regards,
    Tobias

    Thread Starter remmo

    (@remmo)

    Thanks a lot!

    Best regards

    Pavol

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

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

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Missing borders’ is closed to new replies.