I've used the default of 920, but I'm wondering if it should be wider?
What is the expert consensus?
What is the expert consensus?
.container{ width: 1000px; margin-left: auto; margin-right: auto; padding: 0 25px; }
<head> <body> etc .... <div class="container"> .... body of page goes here, left col, right col, etc... .... </div> .... footer </body> </html> etc
Comment