HELP!!
I've created a set of wireframes for a website in Proto but when I bring them up in a browser window the layout is always left aligned and I cannot figure out how to get the layout to center in the browser window.
I've used margin: 0 auto; on the container div but it does no good, the layout stays left aligned. I'm about to pull my hair out on this one.
The URL is http://www.bluegrasswebservices.com/kpp/index.html
Thanks for your help
Gary
I had the same issue and decided to make the change myself. All you have to do is add a wrapper div, match it to the width of your file and center it via CSS. It would def be much more convenient to have this as an option, but alas your solution is below....
HTML
<div id="wrapper">
Your page content
</div>
CSS
#wrapper{
width: (width of your content);
position: relative;
margin: 0 auto;
}
Totally agree with RathiusBGWS...adding the wrapper in Proto up front would be nice, apart from that this app is awesome ticks all the boxes as far as i'm concerned when it comes to rapid prototyping.
Would also be nice to be able to customize the width of your prototype larger than 960px.
thanks
North America
Europe, Middle East and Africa
Asia Pacific