Hiding the subnavigation on medium/small
authorLaury GvR <laury@gaslightmedia.com>
Mon, 13 Feb 2017 13:47:38 +0000 (08:47 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 13 Feb 2017 13:47:38 +0000 (08:47 -0500)
style.css

index 42bc6a2..2e9ecf2 100755 (executable)
--- a/style.css
+++ b/style.css
@@ -1616,6 +1616,11 @@ a:hover .nav-title,
     padding: 0;
 }
 @media screen and (max-width: 1024px) {
+    .site-navigation-fixed {
+        display: none;
+    }
+}
+@media screen and (max-width: 1280px) {
     
 
        .home .site-navigation-fixed.navigation-top {
@@ -1677,6 +1682,7 @@ a:hover .nav-title,
     }
     .home .top-nav-right li {
         display: inline-block;
+        float: none;
         height: 30px;
         list-style: outside none none;
         margin: 10px 0;