• Resolved mrflo86

    (@mrflo86)


    Hello

    This is the best table plugin!!!

    I’m trying to make round corners for my tables.
    I found this code, I add it to my child theme css and nothing happened.
    I’m doing something wrong?

    .tablepress thead th:first-child {
    border-top-left-radius: 10px;
    }
    .tablepress thead th:last-child {
    border-top-right-radius: 10px;
    }
    .tablepress tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
    }
    .tablepress tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
    }

    https://www.ads-software.com/plugins/tablepress/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter mrflo86

    (@mrflo86)

    Hi,

    When I set my first row as a header it worked!

    GREAT plugin!!

    Now I have a different problem.
    I divided my page in to columns, in each column I inserted an one column table!
    Great so far!.
    To each table,I added a picture row
    Great again!!
    If the picture is 200px / 200px it works fine! But if set the pictures to be 250px / 200 px the space between columns is different!
    I teste different picture size, like: 240/200 , 230/200 and the result is different every time!

    Thread Starter mrflo86

    (@mrflo86)

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    good to hear that this helped! About this image issue, I’m not really sure what you mean though ?? Where can I see this issue in a broken state?

    Regards,
    Tobias

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can't make round corners’ is closed to new replies.