[wp-trac] [WordPress Trac] #25506: Twenty Twelve - single attachment page displays empty sidebar
WordPress Trac
noreply at wordpress.org
Mon Oct 7 07:10:42 UTC 2013
#25506: Twenty Twelve - single attachment page displays empty sidebar
---------------------------+-----------------------------
Reporter: TomasM | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Bundled Theme | Version: trunk
Severity: normal | Keywords: needs-patch
---------------------------+-----------------------------
From the code in the image.php we see that sidebar should not be loaded,
but content is still narrow.
To fix this issue line 1457 in style.css:
{{{
body.single-attachment .site-content,
}}}
should be replaced with:
{{{
body.attachment .site-content,
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/25506>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list