From 50104939cb775e5e5fbec1b30aac92c09f5ae121 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 27 Jan 2016 15:58:55 -0500 Subject: [PATCH] adjustin left margin for media drop down item --- css/app.css | 3 +++ scss/_topbar.scss | 3 +++ 2 files changed, 6 insertions(+) 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 -- 2.17.1