![]() |
Centering Page...
I have a page that is perfectly centered on 1024x768. However, on higher resolutions, the entire page is shifted over to the left. How would I center the entire page in the middle of the screen on any resolution?
Thanks |
Use css on your page container or content .div{ margin: 0 auto; // THIS CENTERS AN ELEMENT ON SCREEN HORIZONTALLY width:1024px; // YOUR WIDTH HERE height:768px; // YOUR HEIGHT HERE IF USING FIXED SIZE PAGE } |
All times are GMT -7. The time now is 10:19 AM. |
Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.