Home › Forums › CSS › Display flex and my problem › Reply To: Display flex and my problem
August 29, 2014 at 11:36 am
#181068
Member
I don’t think you can as easily as you have tried to do.
You’ve told these items to line up in a multi-line row but also to justify themselves on each row.
I think you might have to try some other solution not involving flexbox.
I’ll keep digging to see if there is some other property regarding orphaned elements in rows.