From 89ab9f7ff65a7c601029ac2adae9bf685830761d Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 27 Jan 2016 16:07:26 -0500 Subject: [PATCH] reducing margin and min width for media dropdown --- css/app.css | 2 +- scss/_topbar.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.17.1