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

    (@tobiasbg)

    Hi,

    thanks for your question and sorry for the trouble!

    Different tables have different column widths from the start, because those are calculated “on the fly” by the browser, taking into account various factors, like number of columns, amount/size/length of content in those columns, and other things.
    This is nothing that TablePress can influence.

    To achieve a more uniform design on that page, you should therefore set the columns widths with some “Custom CSS” like this:

    .tablepress-id-1 .column-1,
    .tablepress-id-2 .column-1,
    .tablepress-id-3 .column-1,
    .tablepress-id-4 .column-1 {
        width: 25%
    }

    Regards,
    Tobias

    Thread Starter jsquared

    (@jjspelman)

    Hi Tobias,

    Thank you very much for your lightning fast reply!

    I figured I could use a catch all declaration like that but wanted to pick your brain a bit as well.

    Thank you very much for your work and a fantastic plug in and outstanding service!!!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    sure, 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!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Table column widths inconsistent’ is closed to new replies.