Hello, I guess my question is simple, but I do not know how to make that huge white gap disappear below my Show More button. It is the height of a Gallery which is collapsed on load.
My code is:
export function button3_click(event) {
$w( ‘#gallery3’ ).expand()
$w( ‘#button3’ ).collapse();
}