adjusting max height for menu item
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 11 Jan 2016 14:03:11 +0000 (09:03 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 11 Jan 2016 14:03:11 +0000 (09:03 -0500)
js/app.js
js/custom/pageSetup.js

index 8f5dccb..e2b73f6 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -68,13 +68,14 @@ $(document).ready(function () {
         .children("li")
         .eq(5)
         .children("ul.sub-menu.dropdown");
+    
     // adjusting nav menu columns and li width
     $menu1
         .css("max-height", "235px");
     $menu2
         .css("-moz-columns", "2")
         .css("-webkit-columns", "2")
-//        .css("max-height", "165px");
+        .css("max-height", "165px");
     $menu2
         .children("li.menu-item")
         .css("width", "300px");
index c78fd20..29fbb3d 100644 (file)
@@ -59,13 +59,14 @@ $(document).ready(function () {
         .children("li")
         .eq(5)
         .children("ul.sub-menu.dropdown");
+    
     // adjusting nav menu columns and li width
     $menu1
         .css("max-height", "235px");
     $menu2
         .css("-moz-columns", "2")
         .css("-webkit-columns", "2")
-//        .css("max-height", "165px");
+        .css("max-height", "165px");
     $menu2
         .children("li.menu-item")
         .css("width", "300px");