Making WordPress.org

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's profile melchoyce Owned by: nacin's profile 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)

#1 @MattyRob
11 years ago

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.

#2 @melchoyce
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 @MattyRob
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 @Clorith
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

#5 @Otto42
11 years ago

Related: #235

Would be a lot easier to just help that one, if any help is needed, and we can roll an improved footer everywhere at once instead of making spot fixes.

#6 @nacin
11 years ago

  • Owner set to nacin
  • Resolution set to fixed
  • Status changed from new to closed

In 182:

Trac: Fix the centering/wrapping of the global WP.org footer.

fixes #242.

Note: See TracTickets for help on using tickets.