Problem with Grid components

Hi All,

I am trying to set up basic layout for the gallery. I noticed I can not create in BS Studio below layout. Any ideas how to implement this :

There are multiple ways of doing this. You could use css grid or use the following structure: row → one column (1), another column with two divs (2) and (3)

Hi @Seb , thanks for the prompt answer. Can You attach the screen from the drag and drop solutions. Unfortunately I can not implement this way and not sure if I miss some basic knowledge about using this IDE or it is some error.

Bildschirmfoto 2023-08-25 um 11.27.46

2 Likes

Thank You very much for help.

You could also drag a Row Component in the right parent Column Component and then add two Column Components into that Row with both Column widths set 12. I built layouts like this all the time. This way, you retain all Bootstraps column behavior (which you won’t get using plain divs.)