Page 1 of 1

Position fields relative to another field on screen

Posted: Thu Mar 06, 2014 1:08 pm
by akumar
I am designing a screen for mobile (fluid design) so that the fields can re-orient themselves according to the screen. While doing this, I can position the fields touching the right edge using % instead of px.

Is there any way in profoundUI to position to fields relative to the previous field (one on the right) so that they would float together when the mobile screen orientation change?

Re: Position fields relative to another field on screen

Posted: Mon Mar 17, 2014 10:13 am
by David
There is not a way to position a widget relative to another one, but you could put both of the widgets into a 'simple layout container' widget. And then set this up to shift position -- the contained items will move along with it.