From: Steve Sutton Date: Thu, 4 Feb 2016 21:12:30 +0000 (-0500) Subject: more testing on IE X-Git-Tag: v1.0.13^2~4 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=9661551136ace026e6f4dea2f85a566c32aba443;p=WP-Themes%2Fotsego.git more testing on IE --- diff --git a/js/app.js b/js/app.js index 0587000..48e4bc0 100644 --- a/js/app.js +++ b/js/app.js @@ -60,7 +60,7 @@ $(document).ready(function () { // adjusting nav menu columns and li width $menu1 - .css("max-height", "290px") + .css("max-height", "350px") .css("-webkit-columns", "4") .css("-webkit-column-gap", "11px") .css("-moz-columns", "4") diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index e34cd67..f99c729 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -51,7 +51,7 @@ $(document).ready(function () { // adjusting nav menu columns and li width $menu1 - .css("max-height", "290px") + .css("max-height", "350px") .css("-webkit-columns", "4") .css("-webkit-column-gap", "11px") .css("-moz-columns", "4")