Jackage
06-12-2012, 01:17 PM
Hey guys,
I am using this css as my #wrapper.
#wrapper {
margin:0 auto;
min-width: 1349px;
}
the reason why I am using min-width: 1349px; is so the three divs below (left, middle and right column) look correct on the page. When I do not use the min-width attribute the page looks distorted on different screen resolutions and when the browser has been resized. When viewed on iPhone or other monitors a large white area is on the right due to the width being 1349px. What can I do to ensure the entire content (everything below navigation) is centered, on any screen size? I have looked into the 'correct' way of applying a css wrapper to the html page but have had no luck so far.
Feel free to visit www.YourGTA.co.uk/index.php (will not be able to access directly through domain due to it not officially being opened, so be sure to include the index.php!) to inspect the element and help me figure out this problem! Thank you to anyone who can help me with this! If any extra information is needed let me know!
uLabs Network
I am using this css as my #wrapper.
#wrapper {
margin:0 auto;
min-width: 1349px;
}
the reason why I am using min-width: 1349px; is so the three divs below (left, middle and right column) look correct on the page. When I do not use the min-width attribute the page looks distorted on different screen resolutions and when the browser has been resized. When viewed on iPhone or other monitors a large white area is on the right due to the width being 1349px. What can I do to ensure the entire content (everything below navigation) is centered, on any screen size? I have looked into the 'correct' way of applying a css wrapper to the html page but have had no luck so far.
Feel free to visit www.YourGTA.co.uk/index.php (will not be able to access directly through domain due to it not officially being opened, so be sure to include the index.php!) to inspect the element and help me figure out this problem! Thank you to anyone who can help me with this! If any extra information is needed let me know!
uLabs Network