UI design for all screen size

Issues I had with some of my previous projects was,after testing it across various devices and of different sizes,some don’t align accordingly to the design I made, while some aligned properly.
So I want to know if there is a way to make ui design and components fit for all screen size.Thanks thunkers

If you are using StP, absolutely. You just use the fill container options for height and width of your main container (column or row) and then you can use percentages from there (rows inside the column have a width of 100%, etc.). It will fill the entire screen and automatically size to whatever device you are using. If you are using DnD, sadly, that is one issue that many of us have provided feedback on. There is no way to get the sizes to adjust dynamically (fluid layout) like you can in StP…yet, anyway.

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.