Turn on "flex item" for an element?

Hi,
I created a custom div container 1280 px wide.

On one it has “flex item” turned" which I have no clue how it happened.

I have another div container below which does not, and the columns within it do flex as needed.

How do I turn flex item?

Has “flex item” showing on right side panel:

“Flex item” is not showing on right side panel

This one flexes in browser:

This one does not:

Thoughts?

Best,

Nathan

https://preview.webflow.com/preview/a-living-theory?preview=a94ce00d956e347412f774b183f9f4e7

Here is my public share link: LINK
(how to access public share link)

A Flex item is an item that has a display:flex parent. Here is the parent of your flex item.

http://vincent.polenordstudio.fr/snap/ly0ch.jpg

By giving display:flexbox to its parent

1 Like

Brilliant! Thank you @vincent

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