Q&A interaction- spacing

Hi. I have created a FAQ section, that has a collapse and show format. It works but at the bottom of the page, when questions are contracted/collapsed there is a big space between the last element and the footer. What’s the solution? Should I be putting them into a container of some kind and if so what properties or code does the container need? thanks.

Hi Lorraine,
The layout system only automatically pulls and pushes other elements if it deems them close enough to be related. I believe that threshold is somewhere around 70 pixels, although I might be wrong.
If you want to get rid of the space - go back to the editor and make sure the distance between your last collapsed element and the footer is small. That should do the trick.

Hi. So I tried moving everything closer together, but that didn’t make any difference- it is still adding a big space at the bottom of the page in anticipation of the Answers expanding. I tried putting on a strip. No avail. Is a container the answer? and if so, do I have to add any code to the container?