Is it possible to make the page docket on left side of screen?

I want my page to be docked on left side of screen so my left menu bar always show on the left.

The problem is that to achieve that, I need to make the page wider then my customers see, but then I get the scroll bars.

If I make it smaller, then the page starts moving to the center and it doesn’t look good.

I don’t see any control to position the page left instead of center.

For now, you might have to design everything to be center-focused. While everything we specify is absolutely positioned, all of the elements are still contained within a center aligned block. What you are trying to achieve will probably be more of a reality when responsiveness becomes available.

2 Likes

Thanks