How do you prevent something change it’s size/position when the user resizes its browser? I’ve been working with the Responsive tab extensively and still can’t get it.
My issue is this: I’m doing a very graphical website, with lines and buttons that are connected to each other. What I tried was to group all those things, and make the group fixed width thinking that would help, but it didn’t. It’s still a mess when you resize the screen (even messier when using a phone).
If I set the page to be fixed width, problem is solved, except I have huge white bars to the sides when using a higher resolution.
What I would like is to have my buttons/lines in fixed positions, and the background to shrink/expand for different screen sizes. If the user browses via phone too bad, he’ll have to navigate more, it’s really not my priority.
How do I do this?