It's 2011... how wide should my websites be? 3 points by metaprinter 15y ago ↗ HN I build mostly blogs and news sites mostly on wordpress cms. nytimes is 970px, economist is 991px huffpo is 971px ...
[–] billpg 15y ago ↗ Same width as the user's browser window. [–] mooism2 15y ago ↗ ...with the caveat that sometimes that's too wide: use max-width in your css.
[–] marssaxman 15y ago ↗ If you are designing for a fixed width, you're doing it wrong. Make your design scale to the browser window. [–] metaprinter 15y ago ↗ Um... I'm on a 27 inch monitor so I disagree with your suggestion.Mobile devices are handled using the viewport meta tag.
[–] metaprinter 15y ago ↗ Um... I'm on a 27 inch monitor so I disagree with your suggestion.Mobile devices are handled using the viewport meta tag.
[–] ministar 15y ago ↗ You should check out Responsive layout. Nowadays with both desktop and mobile devices consuming websites, there's a need to code for different environments and display resolutions. Read more there: http://maki.bo.lt/responsive-layout
6 comments
[ 3.8 ms ] story [ 10.4 ms ] threadMobile devices are handled using the viewport meta tag.