From: Laury GvR Date: Mon, 13 Feb 2017 13:47:38 +0000 (-0500) Subject: Hiding the subnavigation on medium/small X-Git-Tag: v1.0.0^2~17 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=2ede713d6637a159c8651f3f0ba98cee593feeee;p=WP-Themes%2Fcharlevoixdesign2017.git Hiding the subnavigation on medium/small --- diff --git a/style.css b/style.css index 42bc6a2..2e9ecf2 100755 --- 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;