when I am increasing my content while adding groups to new section its automatically hide the hero section as you can see to day I added automatic invoice payment sction and it hides hero section, can you help me to fix this in easy steps and let me know the problem
It looks like your hero section isn’t actually “disappearing” — it’s getting pushed out of view because one of the new groups below it is probably collapsing incorrectly and forcing the layout to shift upward.
The easiest fix is to check two things:
Make sure the hero group has “Collapse height when hidden” turned OFF.
If it’s on, any tiny condition or layout shift can make the hero collapse and vanish.
Check the new section you added.
If any group inside it has:
“Collapse height when hidden” ON
AND it’s accidentally hidden by a condition
…Bubble will pull everything above it upward and your hero section gets pushed away.
Also make sure the parent container the hero is inside has a fixed layout or proper min-height, so it doesn’t shrink when the page grows.