Is this possible?
I have, let's say, 15 divs distributed 3 each on a 5 columns multiple column CSS layout. I also have the equivalent responsive code to fluidly change the number of columns based on display size.
Now, how can I add a div say between 12 and 13th div, programatically? Is there a way to get the position of the divs in a multiple columns css flow? Similar to adding something to a matrix(x.y).