From 2ede713d6637a159c8651f3f0ba98cee593feeee Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 13 Feb 2017 08:47:38 -0500 Subject: [PATCH] Hiding the subnavigation on medium/small --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) 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; -- 2.17.1