How to fix the row going out of the row if the width too high

Hi there,
How to fix whatever the row width is too long,it just increase inside the row not going out.


thanks.

Hi,
What is the width of your row?

320

1 Like

Anyone?

Hi,
Since it’s 320px, I assume you make the row long by blocks -
Like when level = 5 , set width to width+100px.

So, to prevent the length of row to extend screen,
Add a repeat until loop, and set condition to
row.width = 320px / or any.

This will stop extend of row

:thinking: :thinking: