Open Wholistic opened 5 years ago
The content in VictronPress is limited to a width of 740 pixels. The limit is by design, as a too wide content area generally becomes harder to read.
Studies usually suggest a width between 500 and 900 pixels is optimal for most cases, depending on multiple factors such as the exact type of reading (quickly scanning the contents vs accurately reading the text), the comprehensibility of the text (a children's book text vs a complex academical paper text), legibility of the chosen font, colour contrast, the physical screen it is displayed on, perceived smoothness of scrolling, and different personal preferences between people.
Not every site does it, but it is considered good practise to limit the width of the content area like we do.
@lasselicht What are you thoughts on this?
For comparison, a few other well-known websites showcasing similar content width limits:
News sites: The New York Times (600px):
BBC (590px):
NOS (640px):
Wired (530px):
Technical documentation sites: Apple's documentation for the Swift language (735px):
Google Cloud documentation (850px):
Facebook's API documentation (800px):
GitHub's API documentation (640px):
Or even this issue page itself (660px):
Notice in those other examples that the navigation elements are aligned with the text area.
In our site, the navigation is ALLLL the way over to the left.
Google's looking pretty good at 850 in my opinion.
Hi @Wholistic, great list of examples! Research shows that 12 words on 1 line are easiest to read, we are already over that number. Other then that I don't believe many people that use high resolution displays use them at full screen but more in windowed mode. We can get that information from analytics as soon as we will add analytics which is currently not in the scope of any release. For now won't fix.
Thats a lot of white space.
Screen res is 2560 wide, the content panel maxes out at 700 pixels wide.