relocating nav
authorIan Weller <ian@gaslightmedia.com>
Tue, 28 Mar 2017 20:13:42 +0000 (16:13 -0400)
committerIan Weller <ian@gaslightmedia.com>
Tue, 28 Mar 2017 20:13:42 +0000 (16:13 -0400)
I moved the top bar navigation a bit farther down to keep it from
overlaping the golf logo.

css/app.css
header.php
scss/_topbar.scss

index fe905ed..3d01acc 100644 (file)
@@ -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; } }
index bc749b9..e0613ac 100644 (file)
@@ -62,7 +62,7 @@ Note 2: 'Nb cols' parameter for Bootstrap only.
                                     <li><a href="<?php echo get_page_link($contactPage->ID);?>">Contact</a></li>
                                     <?php endif;?>
                                 </ul>
-                                <a id="golf-logo" class="right"><img src="<?php bloginfo('template_url'); ?>/assets/central-swing-logo.jpg"></a>
+                                <a id="golf-logo" class="right"><img alt="Michigan's Central Swing" src="<?php bloginfo('template_url'); ?>/assets/central-swing-logo-interior.jpg"></a>
                             </div>
                         </div>
                         <?php get_template_part('parts/top-bar');?>
index 73edf86..7b43ebd 100644 (file)
@@ -18,7 +18,7 @@
     }
 }
 .top-bar {
-    margin-top: 105px;
+    margin-top: 125px;
     @media (max-width: 1055px) {
         display: none !important;
     }