[wp-trac] [WordPress Trac] #38543: Twenty Seventeen: Firefox 49 renders site name & description off screen.
WordPress Trac
noreply at wordpress.org
Fri Oct 28 20:20:35 UTC 2016
#38543: Twenty Seventeen: Firefox 49 renders site name & description off screen.
---------------------------+------------------
Reporter: peterwilsoncc | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 4.7
Component: Bundled Theme | Version:
Severity: normal | Resolution:
Keywords: needs-patch | Focuses:
---------------------------+------------------
Comment (by LittleBigThing):
@afercia should this also be removed (around line 1648)? I thought that
flexbox has not made it into the theme.
{{{
.has-header-image.twentyseventeen-front-page .site-branding,
.has-header-image.home.blog .site-branding {
align-self: flex-end;
}
}}}
It might probably be best to add left: 0 around line 3243 anyway to have
defaults explicitly like this:
{{{
.has-header-image.twentyseventeen-front-page .site-branding,
.has-header-image.home.blog .site-branding {
bottom: 0;
left: 0;
padding-top: 0;
position: absolute;
width: 100%;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/38543#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list