Flexbox align rows: When does it have impact

I don’t have a demo site for reference at the minute, but I never seem to see any visual impact when I play with the align rows options for a flew parent. What conditions do these settings require to have an impact on the grid rows?

Cheers

Align rows?

Flex row is by default, it gets row reverse when you check reverse.

But that’s probably not what you mean.

flex-direction: row | row-reverse | column | column-reverse;
1 Like

Never mind Vincent.

I was referring to when wrap children is checked and the row align options are revealed. There was nothing happening because I hadn’t set the height of the flex parent.

1 Like

Ooh I overlooked those options sorry. Thanks for answering.

1 Like