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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    The reason for this is that the browser calculates different column widths for the tables, due to their different content.
    To change this, you’ll need to set the column widths of all tables on the page, e.g. with this CSS code

    .tablepress-id-3 td,
    .tablepress-id-4 td,
    .tablepress-id-5 td,
    .tablepress-id-6 td,
    .tablepress-id-7 td,
    .tablepress-id-8 td {
        width: 33%;
    }

    that needs to be added to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress.

    Regards,
    Tobias

    Thread Starter theconsolidatedlodge

    (@theconsolidatedlodge)

    Thank you SO much, Tobias. I really appreciate the assistance and your prompt response. The code worked perfectly for us and made me realize that I can trim down my existing code a bit.

    Best,
    Joe

    Question on theconsolidatedlodge site:

    https://theconsolidatedlodge.com/info/history/

    Past Masters tables

    Is that a table with three fields?

    or

    Is it a table with 1 field with shotrcode to wrap into three columns?

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    all of those Past Masters tables are separate tables with three columns and several rows (one row for each line) each.

    Regards,
    Tobias

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Alignment between multiple tables’ is closed to new replies.