I need my list items to be arranged in 2 rows like the following:
item 1 item 3 item 5 item 7 item 9 ....
item 2 item 4 item 6 item 8 ......
My CSS skills are not great, so I am struggling to find a solution for this. I have attempted different methods using even and odd items, but I cannot determine how to position even items below odd items.