More IE and drop down
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 4 Feb 2016 20:03:49 +0000 (15:03 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 4 Feb 2016 20:03:49 +0000 (15:03 -0500)
fix for the three columns on first
should be 4

functions.php
js/app.js
js/custom/pageSetup.js
style.css

index 514b901..d7de04f 100644 (file)
@@ -62,7 +62,7 @@ function glm_site_scripts()
         'glm_foundation',
         get_template_directory_uri() . '/js/app.js',
         'jquery',
-        '1.0.11',
+        '1.0.12',
         true
     );
     wp_enqueue_script('jquery-ui-datepicker');
index 0356dbf..4fe7daf 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -66,7 +66,7 @@ $(document).ready(function () {
         .css("-moz-columns", "4")
         .css("-moz-column-gap", "11px")
         .css("column", "4")
-        .css("column-width", "200px")
+        .css("column-width", "auto")
         .css("column-gap", "11px");
     $menu1
         .children("li.menu-item")
index 3ad78cd..0a595ef 100644 (file)
@@ -57,7 +57,7 @@ $(document).ready(function () {
         .css("-moz-columns", "4")
         .css("-moz-column-gap", "11px")
         .css("column", "4")
-        .css("column-width", "200px")
+        .css("column-width", "auto")
         .css("column-gap", "11px");
     $menu1
         .children("li.menu-item")
index a0e7640..3dfd177 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: OtsegoCounty
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for OtsegoCounty
-Version: 1.0.11
+Version: 1.0.12
 */