From 80d2b1665b73dab54bfb888420ad55cb7b6921be Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 4 Feb 2016 14:46:05 -0500 Subject: [PATCH] Updates for IE again First menu is 4 columns with column-width of 200px --- functions.php | 2 +- js/app.js | 3 ++- js/custom/pageSetup.js | 3 ++- style.css | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/functions.php b/functions.php index 40f0019..eb520bd 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.8', + '1.0.9', true ); wp_enqueue_script('jquery-ui-datepicker'); diff --git a/js/app.js b/js/app.js index 945f187..df830d2 100644 --- a/js/app.js +++ b/js/app.js @@ -65,7 +65,8 @@ $(document).ready(function () { .css("-webkit-column-gap", "11px") .css("-moz-columns", "3") .css("-moz-column-gap", "11px") - .css("column", "3") + .css("column", "4") + .css("column-width", "200px") .css("column-gap", "11px"); $menu1 .children("li.menu-item") diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 940199b..aef1ef1 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -56,7 +56,8 @@ $(document).ready(function () { .css("-webkit-column-gap", "11px") .css("-moz-columns", "3") .css("-moz-column-gap", "11px") - .css("column", "3") + .css("column", "4") + .css("column-width", "200px") .css("column-gap", "11px"); $menu1 .children("li.menu-item") diff --git a/style.css b/style.css index 77a7fee..7511b02 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.8 +Version: 1.0.9 */ -- 2.17.1