maliary Posted June 26, 2008 Share Posted June 26, 2008 Hi guys, I have this site here , that I would like to be centered in the middle of the screen when viewed in wide screen format e.g. wide screen monitors, laptops etc. Currently the pages just stretch, distorting the image header and also making it hard to read. How do I achieve this while using CSS ? Quote Link to comment Share on other sites More sharing options...
rhodesa Posted June 26, 2008 Share Posted June 26, 2008 put the entire site inside a DIV, with a specified width and auto margins like so: div#siteWrapper { width: 800px; margin: 0 auto; } Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.