Can't get flex box to stack vertically on mobile

Hi @Leeanne67

All you have to do, is select the Flex item and change the space you want it to fill on each breakpoint :slight_smile:

For desktop view, select the Flex item and give it 33.333% Flex Basis

For Tablet, I think 50% would do the trick

And from Mobile landscape and lower, give it 100% and it should show you 6 different boxes all aligned vertically :slight_smile:

**Just be aware that you need to select your “flex ittem” to preform those changes, since it’s the child of the flexbox **

1 Like