• Resolved jtnkkm

    (@jtnkkm)


    I’m referring to the Pros and Cons tables.

    There are 2 columns. The texts all have different alignments, in each table. Is there a way to give all those tables the same alignment?

    For example, these 2 tables have different alignments: https://imgur.com/a/xjvTn

    But I want them to be aligned in the same way, basically in the middle. If that makes sense. Kind of like this table: https://imgur.com/a/CJFWD

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

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    You will need to set the column widths, e.g. via https://tablepress.org/faq/column-widths/

    In this particular case, I suggest to do the following:
    For each “Pro and Con” table, add e.g. tablepress-pro-con-table to the “Extra CSS classes” field, on the table’s “Edit” screen.
    Once, add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-pro-con-table th,
    .tablepress-pro-con-table td {
      width: 50%;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘How do I align the tables?’ is closed to new replies.