• Resolved seantparry

    (@seantparry)


    Hi there,

    I’m trying to create a table with equal widths – see https://www.wundercleans.com/tablepress/ You can see the first column is narrower than the others.

    I’ve looked at previous topic and it says to use the following CSS code for my table 17.

    .page-id-17 .tablepress th,
    .page-id-17 .tablepress td {
    width: 20%;
    }

    However, I’ve used this and it still doesn’t change to equal widths. Can you help?

    Many thanks
    Sean

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    This code would only change the TablePress on a page with the ID 17.
    To actually influence the TablePress table with the ID 17, please try

    .tablepress-id-17 th,
    .tablepress-id-17 td {
      width: 20%;
    }
    

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Table Column Width Issue’ is closed to new replies.