[SOLVED] Items cant overlap same grid cell/cells

So, if I want to force 2 elements to occupy the same cell/cells with grid-column and grid-row values, they do not. This shifts the previous item, which was already in the target cell, somewhere else which snowballs into shifting the whole layout here and there.

Please allow using more than one element to occupy the same space defined by column and row values.

In order to put multiple elements in the same grid area, you need to group them together. Then the group is treated as the “grid item” and you can position the elements inside however you like.

Does that make sense?

1 Like

Thanks, @LauraKalbag.

1 Like