reducing columns for online services
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 8 Jan 2016 15:57:37 +0000 (10:57 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 8 Jan 2016 15:57:37 +0000 (10:57 -0500)
js/app.js
js/custom/pageSetup.js

index ef998b3..747511f 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -66,7 +66,7 @@ $(document).ready(function () {
         .children("ul.sub-menu.dropdown");
     // adjusting nav menu columns and li width
     $menu2
-        .css("-moz-columns", "3")
+        .css("-moz-columns", "2")
         .css("-webkit-columns", "2")
         .css("max-height", "165px");
     $menu2
index 1a93a21..a026b2a 100644 (file)
@@ -57,7 +57,7 @@ $(document).ready(function () {
         .children("ul.sub-menu.dropdown");
     // adjusting nav menu columns and li width
     $menu2
-        .css("-moz-columns", "3")
+        .css("-moz-columns", "2")
         .css("-webkit-columns", "2")
         .css("max-height", "165px");
     $menu2