width changing issue in core container
Created Parent container with responsive Grid option enabled.
created a new conainerA inside it. changed width to 5 and offset to 0 by dragging the layout handle.
copied and pasted the same container in parent container with name containerB. on changing the containerB width using either left/right causing the container to jump to new line. offset getting value which is equal to width of containerA (space added if any there) and width = width of containerB
created a parent Layout Container with Responsive Grid enabled
Inside that:
Added Container A → set width = 5
Copied it → got Container B (also width = 5)
Now both sit inline = total width: 5 + 5 = 10 ✅
🐞 Problem:
When i try to drag Container B right by 1 column (to leave space between the two):
It jumps to the next line
Instead of setting offset = 1, AEM sets offset = 6
➤ Which pushes it beyond the available 12-column grid → wraps to new row
what to do for getting inline even after copy pasting container?