#12724 closed defect (bug) (wontfix)
twentyten theme single column width
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.0 |
Component: | Themes | Keywords: | |
Focuses: | Cc: |
Description
is it just me? why if you select the one column, no sidebar page template on the new default theme, is the content area the same width as if there was a sidebar?
The styling: .onecolumn #content
is limiting the content width to 640px... So you end up with a relatively narrow content column with a large amount of whitespace (half sidebar width) on either side...
Why not make that .onecolumn #content styling width be 100% so the single column format actually uses the available width?
can't imagine this is intentional...
Change History (9)
#5
@
14 years ago
- Resolution set to wontfix
- Status changed from assigned to closed
This is by design. The theme's content width is designed to be a set 640 pixels wide for comfortable reading ("Choose a Comfortable Measure," The Elements of Typographic Style) and reliable image alignment between the WYSIWYG editor and the live design.
#6
@
14 years ago
lol - okay, but no use removing sidebars then... unless one likes empty white space...
#7
@
14 years ago
I've found that love of white space isn't the worst reason to do something. :) But there was a specific point: a request for an alternative page template to help users and budding theme builders understand the page templates feature. A page that removes the sidebar is about the simplest possible example of one.
happy to work up a patch, but wanted to see if there was something else at play here...