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?