Hi everyone,
I have a horizontal container (let's call it Z) that contains 3 vertical containers inside it (in order: A, B, and C). When the layout switches to mobile view, I want Container B to become invisible, and Container Z to change its orientation to vertical. However, I’ve noticed a gap between Container A and Container C when this happens.
I’ve already tried the following:
- Reducing the height and minimum height of Container B
- Modifying the Y position and height of Container C
But the gap is still there. Does anyone have any suggestions on how to fix this?
Thanks in advance for your help!