adjustin min width of drop down for media menu item
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 27 Jan 2016 21:05:15 +0000 (16:05 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 27 Jan 2016 21:05:15 +0000 (16:05 -0500)
css/app.css
scss/_topbar.scss

index b85a7b5..85988fe 100644 (file)
@@ -6631,7 +6631,11 @@ header {
   width: 100%; }
 
 #headerLinks > ul#menu-top-menu > li.menu-item:nth-child(3) > ul.dropdown {
-  margin-left: -524px; }
+  margin-left: -524px;
+  min-width: 350px; }
+
+#headerLinks > ul#menu-top-menu > li.menu-item:nth-child(3) > ul.dropdown > li {
+  width: 100%; }
 
 @media screen and (max-width: 1024px) {
   main.page-front {
index 48aeb23..91fb0c7 100644 (file)
@@ -257,4 +257,8 @@ ul#menu-menu-2 > li:not(.has-form) a:not(.button){
 }
 #headerLinks > ul#menu-top-menu > li.menu-item:nth-child(3) > ul.dropdown{
     margin-left: -524px;
+    min-width: 350px;
+}
+#headerLinks > ul#menu-top-menu > li.menu-item:nth-child(3) > ul.dropdown > li {
+    width: 100%;
 }
\ No newline at end of file