Size constraints

Hi there.

When coding for iOS it’s possible to define size constraints for visual elements, so then I can force the A element to always be X pixels to the right of the B element, no matters the screen dimensions.
I know this is somehow possible using .col classed elements, but my goal is to achieve this behavior vertically.
Is there anyway to do this with Ionic?

There is vertical align too with the grid, take a look at this and see if it is what are you looking for:

Yeah, I have tried this too, but I cannot explicitly set the .row size to be 25% height, for example.