Twenty Thirteen: ensure footer position if Masonry unavailable for changing the layout. Props obenland, fixes #23771.
git-svn-id: http://core.svn.wordpress.org/trunk@23702 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6de85ee884
commit
634b9e93a1
|
@ -2650,6 +2650,7 @@ footer.entry-meta {
|
||||||
.sidebar .site-footer .widget-area {
|
.sidebar .site-footer .widget-area {
|
||||||
left: -158px;
|
left: -158px;
|
||||||
max-width: 724px;
|
max-width: 724px;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-footer .widget {
|
.site-footer .widget {
|
||||||
|
|
Loading…
Reference in New Issue