• Resolved teimun

    (@teimun)


    Hi all,

    I have a question concerning vertically alignment of multiple tables. I couldn’t find the answer in other threads, so hopefully someone can help me out. My apologies if this is a double post.

    As you can see on the following page, the second columns of each table are not in line with each other. I made a separate table for each day. Is there any way I could make them align?

    Link: https://teimun.org/teimun-conference/program/

    Thank you in advance!

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    To have these look uniform, you will have to set column widths for the tables. (The default behavior that you are seeing here is, that the browser is automatically setting column widths based on the content/text in the tables.)

    The easiest way for that should be to add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .page-id-1946 .tablepress .column-1 {
      width: 150px;
    }

    (1946 is the internal ID that this page has on your site, you can see it in the URL bar in the browser when editing the page.)

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Align multiple tables vertically’ is closed to new replies.