Section doesn't change position to flex column

Hi,

I want to change the display to a
flex column.
When I change the section display from blocks to flex column, it doesn’t effect the section display.

How can I make the flex column work on the section?

Can you give me the link to your website. I would need to check your structure.

1 Like

https://healing-space.divhunt.art/

Thanks a lot!

1 Like

Here is the mistake:

You put flex property on the wrong tag, flex works on direct child items, so when you set flex to your section it only affected container and it didn’t work.