WordPress.org

Making WordPress.org

Opened 7 years ago

Closed 7 years ago

#555 closed defect (fixed)

WordPress.org: broken layout in small screens when language banner present

Reported by: lancewillett Owned by: Otto42
Milestone: Priority: normal
Component: General Keywords: has-patch
Cc:

Description

Reported on Twitter: https://twitter.com/bi0xid/status/486557746440208384/photo/1

Reporter sees a banner "WordPress is also available in Español" -- which makes the page too wide for the small screen and breaks the responsive layout.

Attachments (3)

broken-layout.jpg (43.2 KB) - added by lancewillett 7 years ago.
responsive-lang-guess.patch (290 bytes) - added by bi0xid 7 years ago.
responsive-lang-guess
responsive-lang-guess.2.patch (312 bytes) - added by bi0xid 7 years ago.
Much better. Thank you :)

Download all attachments as: .zip

Change History (6)

@bi0xid
7 years ago

responsive-lang-guess

#1 @bi0xid
7 years ago

  • Cc raven@… added
  • Keywords has-patch added

With this small change the language banner works as expected.

#2 @iandunn
7 years ago

Good catch. I think think this looks a bit cleaner across all the breakpoints than a straight 100% width.

        width: 93%;
        max-width: 932px;

@bi0xid
7 years ago

Much better. Thank you :)

#3 @Otto42
7 years ago

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

In 740:

Fix lang-guess width for mobile devices. Fixes #555-meta

Note: See TracTickets for help on using tickets.