From: Anthony Talarico Date: Wed, 27 Jan 2016 20:58:55 +0000 (-0500) Subject: adjustin left margin for media drop down item X-Git-Tag: v1.0.0^2~60 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=50104939cb775e5e5fbec1b30aac92c09f5ae121;p=WP-Themes%2Fsaultstemarie.git adjustin left margin for media drop down item --- diff --git a/css/app.css b/css/app.css index d2e3194..b85a7b5 100644 --- a/css/app.css +++ b/css/app.css @@ -6630,6 +6630,9 @@ header { .top-bar-section ul li:nth-child(5) .dropdown > li { width: 100%; } +#headerLinks > ul#menu-top-menu > li.menu-item:nth-child(3) > ul.dropdown { + margin-left: -524px; } + @media screen and (max-width: 1024px) { main.page-front { padding: 0; } } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 7b576f4..48aeb23 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -254,4 +254,7 @@ ul#menu-menu-2 > li:not(.has-form) a:not(.button){ } .top-bar-section ul li:nth-child(5) .dropdown > li { width: 100%; +} +#headerLinks > ul#menu-top-menu > li.menu-item:nth-child(3) > ul.dropdown{ + margin-left: -524px; } \ No newline at end of file