[wp-trac] [WordPress Trac] #21940: Twenty Twelve: image alignment issue in sidebar
WordPress Trac
wp-trac at lists.automattic.com
Thu Sep 20 16:11:59 UTC 2012
#21940: Twenty Twelve: image alignment issue in sidebar
---------------------------+--------------------
Reporter: johnbierly | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.5
Component: Bundled Theme | Version: 3.4.2
Severity: normal | Resolution:
Keywords: |
---------------------------+--------------------
Comment (by lancewillett):
Hmm, seems like the Jetpack Image Widget wraps the content in a wrapper
element: {{{<div style="overflow:hidden;"> ... </div>}}} which means the
images styles will get cut off.
Note: it's not a border, it's a drop-shadow with {{{box-shadow}}}. :)
Something like this would fix it:
{{{
.widget_image div {
overflow: visible;
}
}}}
But I think it'd be better to fix it in Jetpack rather than just put the
bandaid fix in the theme. I'll report it and see how it goes.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/21940#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list