• Resolved duhos

    (@duhos)


    Hi Tobias,

    I have border around the table, but border no function with radius. On the page it is the last position.

    My CSS:

    .tablepress .row-1 td {
    background-color: #BAD069;
    border-radius: 25px 25px 0 0;
    }

    .tablepress-id-1 {
    color: #000;
    background-color: #E0E473;
    border: 4px solid #69873B;
    border-radius: 25px;
    }

    .tablepress-id-1 .column-1 {
    width: 200px;
    }

    .tablepress-id-1 tbody td {
    border: none;
    }

    Please, how I make it?

    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.

    Here, it should be sufficient to add the line

    border-collapse: separate;
    

    to the CSS for

    .tablepress-id-1 {
    

    Regards,
    Tobias

    Thread Starter duhos

    (@duhos)

    Thank you very much!

    Plugin Author Tobias Bäthge

    (@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 ‘Border not function with radius’ is closed to new replies.