adjustin left margin for media drop down item
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 27 Jan 2016 20:58:55 +0000 (15:58 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 27 Jan 2016 20:58:55 +0000 (15:58 -0500)
css/app.css
scss/_topbar.scss

index d2e3194..b85a7b5 100644 (file)
@@ -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; } }
index 7b576f4..48aeb23 100644 (file)
@@ -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