From: Anthony Talarico Date: Thu, 28 Jan 2016 14:41:25 +0000 (-0500) Subject: testing dropdown link width reduction X-Git-Tag: v1.0.0^2~51 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=1501a09f44f09aea60c82f57bf83db014ea340c1;p=WP-Themes%2Fsaultstemarie.git testing dropdown link width reduction --- diff --git a/css/app.css b/css/app.css index 9a3279e..40927ef 100644 --- a/css/app.css +++ b/css/app.css @@ -6621,6 +6621,9 @@ header { #headerLinks > ul#menu-top-menu > li.menu-item > ul.dropdown { margin-left: 5px; } +#headerLinks > ul#menu-top-menu > li.menu-item > ul.dropdown > li > a { + width: 55%; } + .top-bar-section li:not(.has-form) a:not(.button) { background: none; } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 9bfe02f..46dc6c0 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -245,9 +245,11 @@ #headerLinks > ul#menu-top-menu > li.menu-item > ul.dropdown{ margin-left: 5px; } -ul#menu-menu-2 > li:not(.has-form) a:not(.button){ +#headerLinks > ul#menu-top-menu > li.menu-item > ul.dropdown > li > a{ + width: 55%; } + .top-bar-section li:not(.has-form) a:not(.button){ background: none; }