I’ve built a floating sidebar that is meant to be a menu of sorts. I have a few elements within the floating sidebar. When viewing the website on a laptop with a 14 inch screen, the icons are positioned as intended. But when I move the window over to a monitor that is like 24 inches, the elements appear higher up on the page than they should.
My question is how to I keep the elements within the floatinggroup in the same “placement” regardless of the size of the screen it is being viewed on?
Make the floating group and the elements in it ‘fixed width’.
Actually just making the floating group ‘fixed width’ should do the trick.
Additionally, you could go through the alignment settings of your elements in the ‘responsiveness’ section to make sure they behave as required when the screen width is increased (left/center/right aligned wrt parent group).