Switch grid layout and rearrange grid cells

Is there an easy way to rearrange the grid cells after switching the lay-out?

Desktop is like this:
[1] [2]
[3] [4]
[5] [6]

On tablet it switches like this:
[1]
[3]
[5]
[2]
[4]
[6]

But if I want this?
[1]
[2]
[3]
[4]
[5]
[6]

I can change de containers to the right grid cell, but that’s not very handy.

Thanks!

Hi Leo,
I’m Naama from Editor X Product team.
To fix your grid, select on stage the container or the item that is positioned in [3], open the inspector panel and under “GRID AREA” fix the values of the Row to ‘Start’ from 3 and ‘End’ in 4. Apply similar changes to the other items.
Hope this solves your need.

Kind regards,
Na’ama

Hi Na’ama

That’s it. Thanks for your help!

Greetings,
Leo