From 860931f0b2bafba82f462ea74f7626ebe42b7ca1 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Tue, 2 Feb 2016 15:37:22 -0500 Subject: [PATCH] relocated bg-container, which caused rearranging of some of the rules to still have the same effect --- css/app.css | 18 +++++++++++------- footer.php | 1 + front-page.php | 2 +- scss/_page.footer.scss | 2 +- scss/_slideshow.scss | 4 ++++ scss/_structure.scss | 15 +++++++++------ 6 files changed, 27 insertions(+), 15 deletions(-) diff --git a/css/app.css b/css/app.css index 5ea1cae..82fe47b 100644 --- a/css/app.css +++ b/css/app.css @@ -6897,7 +6897,11 @@ main.page-inside { top: 12px !important; } #slideshow { + margin-top: 86px; border-bottom: 5px solid #779156; } + @media screen and (max-width: 1024px) { + #slideshow { + margin-top: 86px; } } #slideshow .metaslider { max-height: 520px; overflow: hidden; @@ -7400,7 +7404,7 @@ header .searchform input[type="submit"]:hover, header .searchformHeader input[ty #action-items { background: #FFFFFF; padding: 51px 0 48px; - margin: 30px auto 0; } + margin: 30px auto 151px; } @media screen and (max-width: 1024px) { #action-items a img { padding: 10px; } } @@ -7540,16 +7544,16 @@ footer { background-color: transparent; } .bg-container { + position: absolute; background: url(../assets/1060+Winter+Beach.jpg) no-repeat bottom; - padding-bottom: 151px; - background-size: contain; - margin-top: 86px; } + background-size: cover; + height: 1000px; + width: 100%; + z-index: -1; + bottom: 246px; } @media screen and (max-width: 1600px) { .bg-container { background-size: auto; } } - @media screen and (max-width: 1024px) { - .bg-container { - margin-top: 86px; } } h1 { font-weight: bold; diff --git a/footer.php b/footer.php index 62bf404..28d2d5d 100644 --- a/footer.php +++ b/footer.php @@ -10,6 +10,7 @@ +