Components can‘t span multiple grid columns


Not sure if I‘m missing something or if I discovered a limitation. So, I want to arrange components upon a grid, where each component spans different grid columns.

But when I select the component, I try to find the Grid child options, but it‘s not present. However, when I detach the component, the Grid child appears. Any workaround for this? Or would I be forced to detach all components so I can control the grid spanning for each?

1 Like

Alright, I figured out a workaround. I wrapped each component in a div, and now it‘s easy to control column spanning along a grid.

2 Likes

^ This is the way………….

1 Like