adjusting column gap
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 11 Jan 2016 20:22:19 +0000 (15:22 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 11 Jan 2016 20:22:19 +0000 (15:22 -0500)
js/app.js
js/custom/pageSetup.js

index dd4262f..303c142 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -72,7 +72,8 @@ $(document).ready(function () {
     // adjusting nav menu columns and li width
     $menu1
         .css("max-height", "250px")
-        .css("-webkit-columns", "4");
+        .css("-webkit-columns", "4")
+        .css("-webkit-columns-gap", "11px");
     $menu1
         .children("li.menu-item")
         .css("width", "200px");
index 1646153..f9ee416 100644 (file)
@@ -63,7 +63,8 @@ $(document).ready(function () {
     // adjusting nav menu columns and li width
     $menu1
         .css("max-height", "250px")
-        .css("-webkit-columns", "4");
+        .css("-webkit-columns", "4")
+        .css("-webkit-columns-gap", "11px");
     $menu1
         .children("li.menu-item")
         .css("width", "200px");