Layout not carried onto mobile - newbie question

Hey everyone,

I am trying to lay out my header for mobile.

I’d like the text to line up beside the image. You’ll note in the screenshot the image has its own row.

Any idea what I need to change to make it work? You can see the architecture of containers etc in the screenshot.

Thanks

You should set the direction on the parent flexbox to horizontal and turn off the wrapping

1 Like

Thanks Luka