From: Laury GvR Date: Mon, 10 Jul 2017 17:28:24 +0000 (-0400) Subject: Fixed header dropping down due to merge issues X-Git-Tag: v1.0.0^2~63 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0c0d563309f8ddcef144feb5c1771cb5363a113c;p=WP-Themes%2Ftruenorthgolf.git Fixed header dropping down due to merge issues --- diff --git a/css/app.css b/css/app.css index 490c7d0..d2aff52 100644 --- a/css/app.css +++ b/css/app.css @@ -6933,7 +6933,7 @@ ul#sec-nav { .top-bar-section ul li.active:not(.has-form) a:not(.button) { background: transparent !important; } .top-bar-section > div > ul > li a { - font-size: 16px; + font-size: 12px; text-transform: uppercase; font-family: "Montserrat", sans-serif; } .top-bar-section > div > ul > li:hover { @@ -7044,6 +7044,9 @@ ul#sec-nav { #res-bar img { float: left; } +.orb-drop-shadow { + margin-top: -240px; } + img.orb-shadow { position: relative; text-align: center; } diff --git a/header.php b/header.php index 925634d..d6e1c71 100644 --- a/header.php +++ b/header.php @@ -18,24 +18,24 @@
-
+ + + + diff --git a/scss/_main.scss b/scss/_main.scss index ac4b1c9..3a1abf0 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -110,6 +110,9 @@ float: left; } } +.orb-drop-shadow { + margin-top: -240px; +} img.orb-shadow { position: relative; text-align: center; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 18cb3ce..228bcc3 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -127,7 +127,7 @@ > div > ul { > li { a { - font-size: 16px; + font-size: 12px; text-transform: uppercase; font-family: "Montserrat", sans-serif; } diff --git a/sidebar.php b/sidebar.php index e9544a1..393a357 100644 --- a/sidebar.php +++ b/sidebar.php @@ -1,8 +1,8 @@
+ +