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.
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
Hi Elliott,
It worked. Thank you.