Flex Column & Row

Hey there,

I need to build a footer where a container has a logo that takes its own row and right under it, it has some text & another small image, but they are next to each other, under the image. I can set the container to “column” but do not know how to make the text/image be a row under the logo.

Here is the problem in question:

What it should look like:

Hi Nico,

Thank you for writing in, please keep that container’s flex layout to Row. The trick here is to enable the wrap children option and set the logo width to 100% so it will take the entire space of the row and force the text/logo to wrap underneath it.



You might also need to set a width of the text and the BBB logo so they don’t wrap to each other.

Hope it helps,
Cheers!

1 Like

Hey Friech,

Oh man, thanks for teaching me that. I got it to work perfectly!

Glad it’s working now and you’re most welcome!

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