From: Anthony Talarico Date: Wed, 16 Dec 2015 14:50:05 +0000 (-0500) Subject: fixing footer to relative position X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=cfa5c274e63452f29c1efac381ecb7279f61833d;p=WP-Themes%2Fmichsci.git fixing footer to relative position --- diff --git a/css/app.css b/css/app.css index b133b02..a954af0 100644 --- a/css/app.css +++ b/css/app.css @@ -7296,7 +7296,7 @@ input[type="submit"].blogbutton { transform: rotate(45deg); } footer#main { - position: absolute; + position: relative; left: 0; right: 0; bottom: 0; diff --git a/scss/_page.footer.scss b/scss/_page.footer.scss index 10e67e7..aceaadc 100644 --- a/scss/_page.footer.scss +++ b/scss/_page.footer.scss @@ -1,5 +1,5 @@ footer#main { - position: absolute; + position: relative; left: 0; right: 0; bottom: 0;