diff --git a/sass/footer.scss b/sass/footer.scss index ff39394..0079522 100644 --- a/sass/footer.scss +++ b/sass/footer.scss @@ -16,6 +16,10 @@ left:0; width:100%; } + body.sticky .ie8 #footers { + position:inherit; + width:inherit; + } #mega-footer { padding-top:1em; diff --git a/style.css b/style.css index 0e08ace..fd04660 100644 --- a/style.css +++ b/style.css @@ -7984,6 +7984,11 @@ body.sticky #footers { width: 100%; } +body.sticky .ie8 #footers { + position: inherit; + width: inherit; +} + #mega-footer { padding-top: 1em; background-color: transparent;