How to place two container on same line

0
I can see it possible to place two container 8 col and 4 col in top of another container which 12 col in one line but I cannot do outside the task demo.  Tried to google it without any luck. 
asked
4 answers
0

Hi,
you can do with with bootstrap classes.

Also you can do it with layout-grid widget.

answered
0

yes possible; not sure if you want to place a row inside another row or a row above another row. both are possible, see image

 

answered
0


This is how is made and this is what I'm looking for

answered
0

Seems you try to achieve something with containers, while you could use a layout grid instead.

The layout grid is the Mendix widget to model a bootstrap grid.

When adding the layout grid you can select a predefined setup, but you can easily change that after placing, by adding rows, columns as you wish. In the general section you can either set the column width to auto-fill (every column will size equally) or manual, where you can specify a fixed distribution.

 

answered