Why does the load more button disappear after being clicked on?

**I have a repeater, dynamic news items. And a load more button. But when i click on the button the height is adapted to the items, but not the button.. so it’s gone.

What i want is automatic scale the content around the loadmore button. Button is in a container, placed under the repeater. All heights are auto.. (using wix studio)**

Does box9 have a CSS grid, or is the repeater2 and knopcontainer just “free form” in the box?

There’s a few ways to achieve it:

  • Make box9 a CSS grid, then repeater in the top row, and button container in the row below. Set both to max-content
  • If box9 is max-c or something that is controlling the height, then put the repeater and button container in a Stack

thnx, dunno exaclty what i did, but i stacked the load more button the the repeater.. and now its working.

1 Like