Search found 1 match

by stevms
Sat Jun 07, 2008 9:39 pm
Forum: [3.0/Olympus] Styling
Topic: Reduce width and center the page -- any simple way?
Replies: 53
Views: 92590

Re: Reduce width and center the page -- any simple way?

I just changed the width by using the following,

#wrap {
width: 760px;
margin: 0 auto;
}

and it centered! I was quite amazed :shock:

Looks ok in firefox and IE