From: Anthony Talarico Date: Mon, 4 Jun 2018 18:26:34 +0000 (-0400) Subject: reducing header size for the nav bar X-Git-Tag: v1.0.0^2~3 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=54284b90d8c70d4d4595aa0002fdfe151cb8ba48;p=WP-Themes%2Fhpakidscamp.git reducing header size for the nav bar --- diff --git a/css/app.css b/css/app.css index 2577d6a..18dd47f 100644 --- a/css/app.css +++ b/css/app.css @@ -7187,7 +7187,7 @@ header .social { transition: all 0.5s ease-in-out; } .interior-wrapper header.main { - height: 200px; } + height: 145px; } .interior-wrapper header.main .header-top { height: 200px; } @@ -7227,7 +7227,7 @@ header .social { width: 100%; height: auto; position: absolute; - bottom: 0px; + bottom: 65px; transition: all 0.5s ease-in-out; } .top-bar .top-bar-section { background-color: transparent; diff --git a/scss/_header.scss b/scss/_header.scss index 9d8b6c9..e3f4109 100644 --- a/scss/_header.scss +++ b/scss/_header.scss @@ -230,7 +230,7 @@ header { } .interior-wrapper { header.main { - height: 200px; + height: 145px; .header-top { height: 200px; } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 92a6daf..662d451 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -25,7 +25,7 @@ width: 100%; height: auto; position: absolute; - bottom: 0px; + bottom: 65px; transition: all 0.5s ease-in-out; .top-bar-section { background-color: transparent;