trimming the day trip top bar menu title, fixing the header content tab bar top posit...
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 7 Dec 2016 20:06:03 +0000 (15:06 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 7 Dec 2016 20:06:03 +0000 (15:06 -0500)
css/app.css
parts/interactive-map.php
scss/_topbar.scss

index be3f63b..89f360e 100644 (file)
@@ -6446,10 +6446,10 @@ header {
 
 .tab-bar {
   margin: 0 -15px;
-  top: 40px; }
-  @media screen and (max-width: 589px) {
+  top: 35px; }
+  @media (min-width: 589px) {
     .tab-bar {
-      top: 15px; } }
+      top: 60px; } }
   @media screen and (max-width: 501px) {
     .tab-bar {
       top: 0; } }
index ddcaf46..7583424 100644 (file)
@@ -1,6 +1,6 @@
 <ul id="interactive-map">
     <li class="drop-centered menu-item menu-item-object-page menu-item-has-children has-dropdown not-click">
-        <a href="<?php echo get_permalink(155); ?>">Day Trips</a>
+        <a href="<?php echo get_permalink(155); ?>">Day Trip</a>
         <ul class="dropdown">
             <div id="map">
                  
index f62dfe3..08a5857 100644 (file)
@@ -8,9 +8,9 @@
 }
 .tab-bar {
     margin: 0 -15px;
-    top: 40px;
-    @media screen and (max-width: 589px){
-        top: 15px;
+    top: 35px;
+    @media (min-width: 589px){
+        top: 60px;
     }
     @media screen and (max-width: 501px){
         top: 0;