From e5f09f28de4eb8dfd5b1b34d8e8ac84173a51774 Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Mon, 8 Dec 2014 17:45:14 +0000 Subject: [PATCH] Twenty Fifteen: layout correction for IE8 and IE7 after r30388 introduced a defect with the header there. Props iamtakashi, fixes #30630. git-svn-id: https://develop.svn.wordpress.org/trunk@30789 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfifteen/css/ie.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/wp-content/themes/twentyfifteen/css/ie.css b/src/wp-content/themes/twentyfifteen/css/ie.css index 36973b6ddc..077abec70f 100644 --- a/src/wp-content/themes/twentyfifteen/css/ie.css +++ b/src/wp-content/themes/twentyfifteen/css/ie.css @@ -299,6 +299,10 @@ img.aligncenter { margin: 0.5em 7.6897% 7.6897%; } +.sidebar { + position: static !important; +} + .widget-area { clear: both; margin: 9.0909% 9.0909% 0;