Slide text boxes under each other

I know it is possible to resize a single text box in a responsive manner, but when it comes to several menu items (nav items), how is it possible to slide each text box under the other?
Imagine a simple website header, the menu at the top. I would like the menu items to go one below the other vertically as I narrow the page.
I’m not talking about prototype anyway.
Thank you sooo much

This is not possible by default, but will probably change in the future. Wrap elements in Auto Layout to multiple lines

1 Like

Thank you for your reply!