adjusting dropdown columns for topLinks topbar
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 28 Jan 2016 15:28:11 +0000 (10:28 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 28 Jan 2016 15:28:11 +0000 (10:28 -0500)
css/app.css
scss/_topbar.scss

index 03c1197..35ed9d3 100644 (file)
@@ -6637,8 +6637,16 @@ header {
 .top-bar-section ul li:nth-child(5) .dropdown > li {
   width: 100%; }
 
+#headerLinks > ul#menu-top-menu > li.menu-item:nth-child(1) > ul.dropdown {
+  margin-left: -105px;
+  min-width: 300px; }
+
+#headerLinks > ul#menu-top-menu > li.menu-item:nth-child(2) > ul.dropdown {
+  margin-left: -60px;
+  min-width: 335px; }
+
 #headerLinks > ul#menu-top-menu > li.menu-item:nth-child(3) > ul.dropdown {
-  margin-left: -140px;
+  margin-left: -77px;
   min-width: 220px; }
 
 #headerLinks > ul#menu-top-menu > li.menu-item:nth-child(3) > ul.dropdown > li, #headerLinks > ul#menu-top-menu > li.menu-item:nth-child(2) > ul.dropdown > li, #headerLinks > ul#menu-top-menu > li.menu-item:nth-child(1) > ul.dropdown > li {
index 714babf..28c1522 100644 (file)
 .top-bar-section ul li:nth-child(5) .dropdown > li {
     width: 100%;
 }
+#headerLinks > ul#menu-top-menu > li.menu-item:nth-child(1) > ul.dropdown{
+    margin-left: -105px;
+    min-width: 300px;
+}
+#headerLinks > ul#menu-top-menu > li.menu-item:nth-child(2) > ul.dropdown{
+    margin-left: -60px;
+    min-width: 335px;
+}
 #headerLinks > ul#menu-top-menu > li.menu-item:nth-child(3) > ul.dropdown{
-    margin-left: -140px;
+    margin-left: -77px;
     min-width: 220px;
 }
 #headerLinks > ul#menu-top-menu > li.menu-item:nth-child(3) > ul.dropdown > li, #headerLinks > ul#menu-top-menu > li.menu-item:nth-child(2) > ul.dropdown > li,#headerLinks > ul#menu-top-menu > li.menu-item:nth-child(1) > ul.dropdown > li   {