#26383 closed defect (bug) (fixed)
Twenty Fourteen: Menu toggle text causes a gap to the right of content
| Reported by: | kwight | Owned by: | lancewillett |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.8 |
| Component: | Bundled Theme | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
The .menu-toggle element contains text which is not contained by its parent, causing extra space to the right of content when below the 782px breakpoint.
text-indent is not an option as it would take the menu icon with it, and font-size cannot be zero as that causes issues with some mobile browsers. Therefore, the patch uses overflow: hidden.
Attachments (3)
Change History (8)
#5
@
13 years ago
While displaying properly on load, scrolling to the right reveals the extra space created by the menu toggle text.
With 26383.patch, the page loads properly, with no left/right scrolling possible.
[Editor's note: this is to document the original issue, not an additional bug report.]
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)


@kwight Thank you for the ticket and patch. For the sake of our future selves, could you please add before and after screenshots? Thanks.