Simply Flex Box question

On the flex box guide page (Flexbox | Webflow University) under the header “Wrapping Children” there is a note that says “Note: this setting won’t have any effect if you haven’t set a minimum size for flex children.”

What is “this setting?” Does anyone know what the mean by this note?

Thanks!

-Brian

Let’s say you have a flex container and you turn on the “wrap children”. Let’s also say that you want the layout to be 3-columns. In order for you to achieve that, you have to give those flex children either a flex-basis (which is in the settings of the gear icon) or set an actual width on them of 33.33333%.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.