I’m experimenting with it by trying to recreate Kickstarter’s UI (not for a project, just for learning purposes) and I cannot for the life of me figure out how to make proportions stick and sections flow/resize correctly across desktop and mobile. Am using this page as the example I’m trying to emulate.
A frustrating part is that when I change a container’s child layout type - say from row
to column
and back to row
as I’m experimenting - it appears the responsive engine will reset the defaults so that when I get back to row
, the layout doesn’t look like how it was just moments earlier. I suppose we can just tap undo and that should fix things but in any case, it’s confusing.
Is anyone else struggling to learn how to use this? I’ve been following this video which I thought was helpful but for some reasons the insights just aren’t translating. Could just be a me problem - would love to see links to tutorials or other videos that have been helpful to you. Thanks!