That lists down in a column in number order before hitting a height and coming back up. Possible to have it list horizontially across the page instead of down it? Or is there some other coding trick to it?
Pretty much. Was seeing if easy way to keep the masonry effect with similar code, but have the the first 4 figures be listed horizontally, then the next four figures the next level down. Here is the masonry look I have, but it should be Kelly Brooks the Jordan Sparks to her right, instead of under her. Gives a better sense of content recently added.
Ah ok. No you wouldn’t be able to have a CSS automated horizontal masonry go on. Unless you switched up your source order. So le’s say you have 4x4 (4 wide 4 down) you could make your 2nd column 1st row be #5 in your source markup. So you’d be sorta cheating that way but it’d work I guess and you’d get to keep your current CSS.
I might try and figure out a way to do this tomorrow since I have nothing else to do but watch Netflix. Doubt I’ll get it but if I do I’ll be sure to respond and let you know.
Edit - in case I was unclear, I do understand you about wanting it horizontal instead of vertical.
Exactly. I like everything about it, save for the fact of how it orders the content coming in from the database. Users expect the recently added to run the top then go down a row, not go down in columns, causing a post that is older to be on top in column 3 while a new post is on bottom in column 1.