Opened 10 months ago
Closed 10 months ago
#21383 closed defect (bug) (fixed)
Twenty Twelve - fixed width content breaks responsive layout for mobile
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Bundled Theme | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | konstantin@…, dstrojny@… |
Description
In cases where a fixed width element is located inside a page or post, the element breaks the layout, causing scrollbars on mobile.
I recommend adding overflow: hidden; to the #content div for smaller screen sizes, to avoid the possibility of left/right scrolling.
Attachments (2)
Change History (12)
comment:1
chriswallace — 10 months ago
- Component changed from Themes to Bundled Theme
comment:2
SergeyBiryukov — 10 months ago
- Milestone changed from Awaiting Review to 3.5
comment:3
lancewillett — 10 months ago
comment:5
drewstrojny — 10 months ago
- Cc dstrojny@… added
comment:6
chriswallace — 10 months ago
I saw this behavior using the Theme Unit Test data. It can be replicated by importing the unit test data and resizing the window to approximately 320px wide.
This is on the latest version of Chrome.
Is this in a specific post? I can't reproduce it on index pages: http://responsinator.com/?url=themebuster.wordpress.net
comment:10
lancewillett — 10 months ago
- Owner set to lancewillett
- Resolution set to fixed
- Status changed from new to closed
In [21407]:
Note: See
TracTickets for help on using
tickets.

Thanks for the report, Chris. Could you add screenshots for this, please? That way we can test the same cases and scenarios you are looking at to see the same thing breaking.
Also maybe post up a way to repeat it by entering something into the page or post content.