Responsive designs need to take 100% of space per row?

If you have specific placements of groups or elements in a responsive page, do you have to consider these % or divisibility in order to do that? Meaning,

If the group or element is 480px and I want it placed in the right most part, do I need to do or place 2 empty groups of 480px to its left? Is that how it works?

No, that’s not how it works… just set the alignment of the parent container to ‘right’ (assuming you’re using the new responsive engine).

1 Like

Thanks Adam! I’ve finally figured, at bare minimum, how it works. I initially thought there is a need to place a number of empty containers to place the element at an exact spot!

1 Like

No need! The responsive engine (flex grid css) is amazing! Makes design so easy!

1 Like

Thanks levi!

1 Like