From 58c1b168758f885527cd3137bb841568a7d61e36 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 27 Jan 2016 16:18:11 -0500 Subject: [PATCH] all links nav menu items are now single column --- css/app.css | 2 +- scss/_topbar.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 2b36111..8844b13 100644 --- a/css/app.css +++ b/css/app.css @@ -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) { diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 24ee1f3..c7d1d54 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -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 -- 2.17.1