Hey there,
There are basically 2 ways to solve this problem:
1. Add line breaks (to the column with content you want to move up) till it aligns to the top
2. Swap the column for a table and use vertical-align=top in the [td] tags.
The 1st option is a bit messy in my opinion (since it doesn't really "solve" the problem but just hides it... for now). Therefore I prefer the 2nd option, here is the code:
code
I also deleted/moved your other forum post since you wanted to get rid of that.
There are basically 2 ways to solve this problem:
1. Add line breaks (to the column with content you want to move up) till it aligns to the top
2. Swap the column for a table and use vertical-align=top in the [td] tags.
The 1st option is a bit messy in my opinion (since it doesn't really "solve" the problem but just hides it... for now). Therefore I prefer the 2nd option, here is the code:

I also deleted/moved your other forum post since you wanted to get rid of that.
My guides:
You need to log in before commenting.
As you can see the section on the right is centered next to the section on the left, I wish for them to both start at the top but can't figure out how to do it.
Thanks in advance.