Problems with Text in Containers (detailed testcase)

Hello!
I am Dana form the Editor X team.
There are 3 ways to prevent elements from overlapping each other:

  1. By adding a grid to a container and placing the elements in different cells. See lesson here: https://www.editorx.com/academy/grid

  2. to prevent elements from overlapping vertically simply use a stack: https://www.editorx.com/academy/stack

  3. The magic of EditorX is that you can modify the layout and design per breakpoint. So if the unwanted overlap occurs on mobile, simply change the layout at that breakpoint by moving elements, changing margins or modifiying docking directions.

Hope this helps,
Dana