Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I just made a new wordpress theme for a code type site, I am currently at 920px wide, I am curious what most people are using for a width now days, I would like to go wider but I just want to know if there is any kind of standard or common width that most people use?

share|improve this question
1  
Not a WordPress question, try webmasters.stackexchange.com or ux.stackexchange.com – Wyck Sep 18 '11 at 17:19

closed as off topic by Wyck, kaiser, Chip Bennett, Brady Mar 2 '12 at 9:16

Questions on WordPress Answers are expected to relate to WordPress within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

up vote 1 down vote accepted

A width of 950-960px should be ok for most screen resolutions. Css Frameworks/Libraries like blueprint, 960gs, etc. use the same width.

share|improve this answer
Agree with Kaiser. 960 is good because it's divisible by a lot of numbers. This makes it easy to create different configurations of columns with recognizable widths. – Brian Fegter Sep 18 '11 at 19:02
@Brian Fegter Blueprint uses 950 because it doesn't need a gap after the last column. – kaiser Sep 18 '11 at 19:37
1  
Cool. Didn't know that. – Brian Fegter Sep 18 '11 at 20:22

Not the answer you're looking for? Browse other questions tagged or ask your own question.