Mobile app version of vmapp.org
Login or Join

Login to follow query

More posts by @Margaret670

2 Comments

Sorted by latest first Latest Oldest Best

 

@Moriarity557

You can do any of those.

1200px width would probably be the most you would go. There are a lot of frameworks that base their column/page width based on a pixel range (bootstrap - 980px) and that is mainly the reason you see these numbers, but you don't have to stick to that because they do. My recommendation would be to go with what makes your site look best at a maximum width, but no wider than 1200px because it starts to get difficult to maintain the aesthetics.

These days, screens are getting larger and larger, so you shouldn't focus on accommodating screen size, just what looks best for you. Pick a width that looks good for your site and make it fully responsive from there - that is your best bet.

10% popularity Vote Up Vote Down


 

@Ann8826881

My recommendation is to base the width on the screen sizes of your visitors. If more of your visitors use screens that are under 1200px wide, go with 980px wide. Even if you have a responsive design, you'll want to know what breakpoints to use so that you have designs that look right at the various screen sizes.

As for how you get this information, most web analytics tools contain this data. For instance, in Google Analytics you can go to Audience -> Technology -> Browser & OS -> Screen Resolution. That gives you a report that looks like this:



If you are working on a new website without existing traffic data to pull, you could also look at global stats that suggest trends, like what you can get from StatCounter's global stats.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme