Could this be done?
Imagine I have 15 divs, with 3 in each of the 5 columns of a multiple column CSS layout. I also have responsive code that adjusts the number of columns based on screen size.
So, is there a way to insert a div between the 12th and 13th div programmatically? Is it possible to determine the position of the divs in a multiple column CSS flow, similar to adding something to a matrix (x, y)?