Opened 11 years ago
Closed 11 years ago
#242 closed defect (bug) (fixed)
WordPress.org footer splits into two rows in Trac
Reported by: | melchoyce | Owned by: | nacin |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Trac | Keywords: | |
Cc: |
Description
See: https://i.cloudup.com/E2E9MXDqao.png
This is happening to me in Chrome, Safari and Firefox on Mac.
Change History (6)
#2
@
11 years ago
It's not a responsive issue — the footer on trac isn't responsive at all. Here's the footer at > 1400px wide: https://cloudup.com/cdsRGlGxb4M
Here's the footer at about 450px wide: https://cloudup.com/ctA7mR6lvsb
#3
@
11 years ago
Strange. I can only reproduce the issue here by narrowing the CSS defined width of #wporg-footer .wrapper from 932px;
Adding a height of around 100px to that same CSS rule makes things looks slightly better but I can't get a horizontal scroll yet.
#4
@
11 years ago
This happens to me as well on Chrome, 1900px wide, it's just a missing style
Seems resolved by appending padding-left: 0;
to #wporg-footer ul:first-child
in wp4.css?44:1224
I think this may be happening on screen resolutions below around the 800px wide mark.
A partial fix is to add a height parameter in the CSS rule for #wporg-footer .wrapper but the scroll is vertical (at least on Safari) not horizontal as one might expect.