Flex Box: How to allign content in one column on mobile

I am using flex box to display some news on my website.

On desktop it work properly but on mobile the text next to the the image does not go underneath the image. Instead, it stays on the right.

How can I have the picture on top and the text underneath it on mobile?

Here are my settings and layout on desktop and what happen on mobile

Desktop Layout

Settings

Mobile (issue)

Many thanks in advance :pray: :pray:

I haven’t used flex yet, but it could be something as simple as adjusting the amount of columns in the right side inspector for the relevant boxes.
Set them to 12 and they should align how you’d like them.

1 Like

After you set display to flex, you need to set the flex styles under the last tab.

1 Like

Yop, that was :smiley:

Thanks guys!