Header not collapsing fully

@arjunchahal

Hello again,

all you have to do is to reverse the function.

function show_Header() {$w("#header1").children.forEach((item, i) => {item.expand();})}

export function button2_click2(event) {
    show_Header()
}

I have expanded my EXAMPLE on my site. Now you are also able to expand the header.
You could now for example expand it automatically on the site you need (in the onReady-function).

Good luck and happy coding.
Do not forget to leave a like or even a best answer.:wink: