From: Anthony Talarico Date: Fri, 20 Apr 2018 12:18:34 +0000 (-0400) Subject: testing a min height on content body to push footer down X-Git-Tag: v1.0.0^2~25 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=3457c642badaf499f35a4ab1a82f416b839356a7;p=WP-Themes%2Fhospitalitymentality.git testing a min height on content body to push footer down --- diff --git a/style.css b/style.css index b6b540b..89c77a5 100644 --- a/style.css +++ b/style.css @@ -112,7 +112,9 @@ html { } body { - background-image: linear-gradient(to right top, #0071bc, #0080ca, #008fd7, #009fe3, #00aeef); + background-color: #00AEEF; + + /* background-image: linear-gradient(to right top, #0071bc, #0080ca, #008fd7, #009fe3, #00aeef); */ /* Fallback for when there is no custom background color defined. */ } @@ -1242,6 +1244,7 @@ body.logged-in.parallax-on #masthead { #content { position: relative; z-index: 99; + min-height: 95vh; } body.parallax-on .wpcf7-not-valid-tip {