all links nav menu items are now single column
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 27 Jan 2016 21:18:11 +0000 (16:18 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 27 Jan 2016 21:18:11 +0000 (16:18 -0500)
css/app.css
scss/_topbar.scss

index 2b36111..8844b13 100644 (file)
@@ -6634,7 +6634,7 @@ header {
   margin-left: -409px;
   min-width: 350px; }
 
-#headerLinks > ul#menu-top-menu > li.menu-item:nth-child(3) > ul.dropdown > li, #headerLinks > ul#menu-top-menu > li.menu-item:nth-child(2) > ul.dropdown > li {
+#headerLinks > ul#menu-top-menu > li.menu-item:nth-child(3) > ul.dropdown > li, #headerLinks > ul#menu-top-menu > li.menu-item:nth-child(2) > ul.dropdown > li, #headerLinks > ul#menu-top-menu > li.menu-item:nth-child(1) > ul.dropdown > li {
   width: 100%; }
 
 @media screen and (max-width: 1024px) {
index 24ee1f3..c7d1d54 100644 (file)
@@ -259,6 +259,6 @@ ul#menu-menu-2 > li:not(.has-form) a:not(.button){
     margin-left: -409px;
     min-width: 350px;
 }
-#headerLinks > ul#menu-top-menu > li.menu-item:nth-child(3) > ul.dropdown > li, #headerLinks > ul#menu-top-menu > li.menu-item:nth-child(2) > ul.dropdown > li  {
+#headerLinks > ul#menu-top-menu > li.menu-item:nth-child(3) > ul.dropdown > li, #headerLinks > ul#menu-top-menu > li.menu-item:nth-child(2) > ul.dropdown > li,#headerLinks > ul#menu-top-menu > li.menu-item:nth-child(1) > ul.dropdown > li   {
     width: 100%;
 }
\ No newline at end of file