From 5655bcbe7402df8f32e4a3a291a0a72dffe8aed5 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 4 Feb 2016 15:03:49 -0500 Subject: [PATCH] More IE and drop down fix for the three columns on first should be 4 --- functions.php | 2 +- js/app.js | 2 +- js/custom/pageSetup.js | 2 +- style.css | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/functions.php b/functions.php index 514b901..d7de04f 100644 --- a/functions.php +++ b/functions.php @@ -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'); diff --git a/js/app.js b/js/app.js index 0356dbf..4fe7daf 100644 --- 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") diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 3ad78cd..0a595ef 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -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") diff --git a/style.css b/style.css index a0e7640..3dfd177 100644 --- 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 */ -- 2.17.1