[wp-trac] [WordPress Trac] #26189: Twenty Fourteen: device and browser testing
WordPress Trac
noreply at wordpress.org
Sun Nov 24 14:16:11 UTC 2013
#26189: Twenty Fourteen: device and browser testing
---------------------------+------------------
Reporter: lancewillett | Owner:
Type: defect (bug) | Status: new
Priority: high | Milestone: 3.8
Component: Bundled Theme | Version:
Severity: normal | Resolution:
Keywords: |
---------------------------+------------------
Comment (by amistad18):
I found out that if menu is wide enough, then it's over a site title
because of -10px as a left margin for #primary-navigation.
Also "no space" problem from screen 2014_2.jpg appears only on resolutions
782px to 846px. Cause in lover resolution menu is hidden, and in higher
resolution there is such code:
{{{
@media screen and (min-width: 846px) {
.content-area,
.content-sidebar {
padding-top: 72px;
}
}
}}}
But anyway, because it is fixed value of padding-top, it won't work again
if someone will have menu items in 2 rows, or 3 rows. By default it
displays all pages, so it may be a common issue if someone don't have
custom menu.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/26189#comment:7>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list