Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #489776

    Hi Support,

    I have just created a post with 6 tables and 2 columns. However, the second column for each table does not line up.

    Please can you tell me how I can get them to line up.

    Thanks in advance.

    #490142

    Hey Wils1234!

    Add this to a codeblock element in the page.

    <style type = "text/css">
    tr > td:last-child { width: 25% !important; }
    </style>

    Cheers!
    Elliott

    #490202

    Hi Elliott,

    It worked. Thank you.

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