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

    (@tobiasbg)

    Hi,

    thanks for your question and sorry for the trouble!

    For me, all four columns have the same width in Google Chrome…
    Where are you seeing the problem?
    (Note that you did not replace the N with the table ID in your “Custom CSS”. With the following CSS you should however not need that CSS anyway.)

    About the borders: Please try adding this “Custom CSS”:

    .tablepress-id-1 tbody td {
        border: 1px solid #000000;
        width: 25%;
        padding: 2px;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Column widths and borders missing’ is closed to new replies.