From: Anthony Talarico Date: Wed, 27 Jan 2016 21:17:01 +0000 (-0500) Subject: making groups and conf. menu item 1 column X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=5ec78dbd1d0147353423a3aa30d85be4581df468;p=WP-Themes%2Fglmthemes%2Fsaultstemarie-theme.git making groups and conf. menu item 1 column --- 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