• Resolved Madzy

    (@madzy)


    Hi,

    I have created several tables with TablePress on the same page. But now the first row of each table has a different width while this is not logical given the content of the cells of the first row.
    How can this be solved?
    Thanks in advance.

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

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The reason for this is that the browser calculates the column widths for each table individually, from the length of the cell content.
    To make all these the same, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .page-id-1482 .tablepress .column-1 {
        width: 120px;
    }

    That .page-id-1482 refers to the internal WordPress page ID that this page has.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Different widths of columns’ is closed to new replies.