From 5ec78dbd1d0147353423a3aa30d85be4581df468 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 27 Jan 2016 16:17:01 -0500 Subject: [PATCH] making groups and conf. menu item 1 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 151d70a..2b36111 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(3) > ul.dropdown > li, #headerLinks > ul#menu-top-menu > li.menu-item:nth-child(2) > ul.dropdown > li { width: 100%; } @media screen and (max-width: 1024px) { diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 8329fa2..24ee1f3 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(3) > ul.dropdown > li, #headerLinks > ul#menu-top-menu > li.menu-item:nth-child(2) > ul.dropdown > li { width: 100%; } \ No newline at end of file -- 2.17.1