Hi, I’m making a fake mac style operating system for a little puzzle game I’m building (see image).
I’m hitting a problem when making my page responsive.
I want a dock to stay at the center bottom of the screen regardless of the screen size (I won’t know my users screen resolution).
The problem being if I make the dock a floating group then it doesn’t adjust horizontally as its always floating relative to the left or right.
If I try other techniques (e.g. having the screen in a column layout) it doesn’t stay positioned relative to the bottom.
Can anyone kindly help me keep the dock centred and at the bottom?
Thanks
Barry