Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The reason for this is that the browser calculates these widths based on the content in the cells, and not just the number of columns.
    To set all columns on this page (which internally has the WordPress page ID 262) nicely, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .page-id-262 .tablepress .column-1 {
      width: 40%;
    }
    .page-id-262 .tablepress .column-2,
    .page-id-262 .tablepress .column-3,
    .page-id-262 .tablepress .column-4 {
      width: 20%;
    }

    Regards,
    Tobias

    Thread Starter samuelng527

    (@samuelng527)

    Hi @tobiasbg ,

    Thank you very much! Its work!

    Plugin Author TobiasBg

    (@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!

    Thread Starter samuelng527

    (@samuelng527)

    Hi @tobiasbg ,

    I just realised that this page ID 262, the tableis being cut-off, the 1st and 2nd tables.

    Please help, thank you.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    you will need a solution to make the tables responsive. Right now, the content (long words, for example) make the width of the table rather big.
    For some ideas, you could take a look at https://tablepress.org/extensions/responsive-tables/

    Regards,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Table Column Width not Uniform’ is closed to new replies.