From: Anthony Talarico Date: Wed, 27 Jan 2016 21:18:11 +0000 (-0500) Subject: all links nav menu items are now single column X-Git-Tag: v1.0.0^2~56 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=58c1b168758f885527cd3137bb841568a7d61e36;p=WP-Themes%2Fsaultstemarie.git all links nav menu items are now single column --- 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