How to make 5 column in the same row

@wendy_lynn and @jgervin Currently you can only have up to 6 columns, so it’s not possible to have 7 or more columns. Also If you have 5 columns, the column numbers have to add up to 12, so 3,1,3,1,3 won’t work because that’s 11 columns total. 2,2,2,2,2 also won’t work because that’s 10 columns total.

What you can do is create your own 5 column structure that’s spaced evenly (20% width) using div blocks and floats. I explain it briefly here: