From: Ian Weller Date: Tue, 28 Mar 2017 20:13:42 +0000 (-0400) Subject: relocating nav X-Git-Tag: v1.2.22^2~32 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=55ed7dbafdb81e8751cfb8ff2ff53d40ef84a7be;p=WP-Themes%2Fmountpleasantwow.git relocating nav I moved the top bar navigation a bit farther down to keep it from overlaping the golf logo. --- diff --git a/css/app.css b/css/app.css index fe905ed..3d01acc 100644 --- a/css/app.css +++ b/css/app.css @@ -6570,7 +6570,7 @@ ul#sec-nav { text-align: right; } .top-bar { - margin-top: 105px; } + margin-top: 125px; } @media (max-width: 1055px) { .top-bar { display: none !important; } } diff --git a/header.php b/header.php index bc749b9..e0613ac 100644 --- a/header.php +++ b/header.php @@ -62,7 +62,7 @@ Note 2: 'Nb cols' parameter for Bootstrap only.
  • Contact
  • - + diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 73edf86..7b43ebd 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -18,7 +18,7 @@ } } .top-bar { - margin-top: 105px; + margin-top: 125px; @media (max-width: 1055px) { display: none !important; }