Opened 11 years ago
Closed 11 years ago
#25332 closed enhancement (fixed)
Twenty Fourteen: Improve its responsive pattern
Reported by: | iamtakashi | Owned by: | |
---|---|---|---|
Milestone: | 3.8 | Priority: | high |
Severity: | normal | Version: | 3.8 |
Component: | Bundled Theme | Keywords: | |
Focuses: | Cc: |
Description
Let's improve its responsive pattern!
The main thing is the main content area should not get wider than 474px and, by centring it with auto margins, we can simplify a lot of styles.
Also for the full-width layout (full-width page template and attachment page), we can utilise the side margins to show wider images for full-size, and move floated images (except thumbnail size) into the side margins in order to leave space as much as possible for wrapping texts.
Attachments (7)
Change History (21)
#3
in reply to:
↑ 2
@
11 years ago
Replying to SergeyBiryukov:
3,6rem
in line 121 looks like a typo. Should it be3.6rem
?
Well spotted, thanks for pointing out! A corrected patch attached.
#5
@
11 years ago
I think this might belong on this ticket instead of in a new one -
Might be an edge case, but before.png
(attached) shows a float issue that occurs when a featured image is much taller than the title and meta to its right. Could be a few ways to approach this, but it seemed to me like the best would be to add .hentry
to the 'clearing' section of style.css
. I've attached a patch that does this. The result of this patch can be seen in after.png
(also attached).
#7
@
11 years ago
- Resolution set to fixed
- Status changed from new to closed
Closing, we can open new tickets for other issues.
#8
@
11 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Re-opening since RTL was missed in these changes. Please update RTL to match style.css, especially in the media queries.
#10
@
11 years ago
Thanks for the reminder. I'm working on CSS clean-up and I'm planning to update CSS for RTL after the clean-up.
#11
@
11 years ago
- Keywords needs-refresh added; has-patch needs-testing removed
- Priority changed from normal to low
#12
follow-up:
↓ 13
@
11 years ago
The main thing is the main content area should not get wider than 474px
Does this also apply to the full-page (no sidebars) page templates?
First pass for improving the responsive pattern.