From: Anthony Talarico Date: Wed, 27 Jan 2016 21:07:26 +0000 (-0500) Subject: reducing margin and min width for media dropdown X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=89ab9f7ff65a7c601029ac2adae9bf685830761d;p=WP-Themes%2Fglmthemes%2Fsaultstemarie-theme.git reducing margin and min width for media dropdown --- diff --git a/css/app.css b/css/app.css index 85988fe..151d70a 100644 --- a/css/app.css +++ b/css/app.css @@ -6631,7 +6631,7 @@ header { width: 100%; } #headerLinks > ul#menu-top-menu > li.menu-item:nth-child(3) > ul.dropdown { - margin-left: -524px; + margin-left: -409px; min-width: 350px; } #headerLinks > ul#menu-top-menu > li.menu-item:nth-child(3) > ul.dropdown > li { diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 91fb0c7..8329fa2 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -256,7 +256,7 @@ ul#menu-menu-2 > li:not(.has-form) a:not(.button){ width: 100%; } #headerLinks > ul#menu-top-menu > li.menu-item:nth-child(3) > ul.dropdown{ - margin-left: -524px; + margin-left: -409px; min-width: 350px; } #headerLinks > ul#menu-top-menu > li.menu-item:nth-child(3) > ul.dropdown > li {