Stage Alignment

Hi there,

Just one question, I can’t solve. When I export to view in my browser my Hype work, all the page is centered in the browser, which I suppose is the default behavior. Is there a way to control that and make my page aligned left or right in the browser window.

Thanks for your help

Hi Maher,

A quick way to do this without editing the exported HTML is to check the box for scaling layout in the ‘width’ dimension. This has the effect of setting the width of the document to 100%, which has the effect of left-aligning:

If editing the exported html document, you could remove this margin:auto to remove centering.

Thank you Daniel