Opened 6 years ago
Closed 6 years ago
#4362 closed defect (bug) (fixed)
Title bug on /showcase/
Reported by: | themeeverest | Owned by: | ck3lee |
---|---|---|---|
Milestone: | Priority: | low | |
Component: | General | Keywords: | has-patch |
Cc: |
Description
When entering wp.org/showcase/ on a mobile device the title gets too large for the header:
https://i.imgur.com/yYtXOMm.png
It looks fine on tablets and other larger devices:
https://i.imgur.com/O8pGnO4.png
A media query reducing the H2 size to 20px on mobile devices would fix it.
I think it's a shame that it's buggy when people enter the "showcase" page, since it's their first impression on the worlds best CMS :-)
Attachments (2)
Change History (8)
This ticket was mentioned in Slack in #meta by tellyworth. View the logs.
6 years ago
#3
@
6 years ago
- Keywords needs-patch added
- Owner set to ck3lee
- Status changed from new to reviewing
#4
@
6 years ago
- Keywords has-patch added; needs-patch removed
@themeeverest,
attachment:4362.diff fixes the responsive issue by wrapping the title using flex and setting a minimum width to the header.
See screenshot above for the responsive screen @ 300px wide.
I have not reduced the font size in this patch, but I'm happy to do that if you think that is still necessary.
Yeah, the inspector shows me that it breaks that title at 420px wide.
The rest of the page starts to break down at 310px, in some rather interesting ways.