Adding another row under a column

Hi,

I have a row inside a container with two columns. I want to place to buttons under the column2 , but not inside the column 2.

I cant figure out how to insert to buttons under? Please help or give me a better solution :slight_smile:

http://mobilpolicy.webflow.io/

Hi @dj_robbie,

Just add 2 divs on the Column 2.
Then you can add the text on the top div, and the buttons on the bottom one :slight_smile:

So basically it’s like this:
→ Row

—>Column 1 (Image)

—>Column 2 (Div 1, Div 2)
------> Div 1 (text)
------> Div 2 (buttons)

Just imagine, boxes within boxes to organise your content :slight_smile:

1 Like

@dj_robbie why don’t you use flexbox?

2 Likes

I’ve been looking for that page @Anna_Kelian

I’m sure @dj_robbie will make use of it, it’s very versatile and useful in webflow :slight_smile:

2 Likes

yes @IggsTP

If however, he’s not into learning Flexbox, your answer might be what he’s looking for.

1 Like

Thanks for the answer! But when i place 2 DIVBLOCKS , it is placed verticaly and not horisontaly under the text.

Any way to arrange these?

Hi there!

Be sure to set the flex to column instead of row :slight_smile:

Ok, but in this case im not using the flex design. I just placed two divblocks inside the column 2. The display setting is on BLOCK.

Can you please share a read-only link?

https://preview.webflow.com/preview/mobilpolicy?preview=9d3cd14e822ae4641d1cd8ef5cbf42cd

Hi there,

It looks like the H1 containing the text is set to block, but column 2 is set to Flex.
Check out this quick GIF

Hope this helps :slight_smile:

1 Like

WOW! Thank you very much! Awesom helping here in this forum. :slight_smile:

2 Likes

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