Dear all,
I think I have the most basic situation possible. (I am using Wix Studio.)
- I have a section.
- In this section there is a top-container, that contains a title header.
- Below that, there is a bottom-container, that contains a paragraph.
- There is literally nothing else.
The problem I have, is that when I narrow my browser, the title header runs out of width and it wraps the text to 2 lines instead of 1. Which fundamentally is fine. I want it to do that.
But, my header is now overlapping my paragraph.
I understand why, because both containers within this section, are docked to this same section. So, the top-container doubling in height, has no effect on the bottom-container (position wise). However, I need it to react. I need the bottom-container to be pushed down.
So how do I do this? How do I push my paragraph down, when the header height increases? I think I should be able to dock the bottom-container to the top-container. But I can’t find a way to do this.
I have searched and looked around for answers, but could only find someone saying “Yeah, you need to make a section with rows and columns.”
To me that sounds like an extreme work around for something so simple. Please enlighten me!