reducing margin and min width for media dropdown
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 27 Jan 2016 21:07:26 +0000 (16:07 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 27 Jan 2016 21:07:26 +0000 (16:07 -0500)
css/app.css
scss/_topbar.scss

index 85988fe..151d70a 100644 (file)
@@ -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 {
index 91fb0c7..8329fa2 100644 (file)
@@ -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 {