Hello,
I’ve got the following problem.
When I add some rows with the following content:
Row1
Text Widget (for headline)
Text Widget (some content)
…
Row2
Text Widget (for headline)
Image Widget (some content)
…
All is fine. The space between headline and the next widget is OK.
But now the Problem.
When I add a Row like this:
Row3
Text Widget (for headline)
Layout Builder (further rows with text, image…)
Then the space between headline and content of the layout build is very huge.
I want the same space between headline and content on Row3 like Row1 and Row2.
How to do this.
I tried the option padding, but no success.
Regards