From: Anthony Talarico Date: Mon, 11 Jan 2016 22:08:25 +0000 (-0500) Subject: adjusting max height prop X-Git-Tag: v1.0.0^2~54 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=ad86db44964d8950ed55d5dc7da53b66847d39db;p=WP-Themes%2Fotsego.git adjusting max height prop --- diff --git a/js/app.js b/js/app.js index 2afb22d..13c3f31 100644 --- a/js/app.js +++ b/js/app.js @@ -71,7 +71,7 @@ $(document).ready(function () { // adjusting nav menu columns and li width $menu1 - .css("max-height", "250px") + .css("max-height", "290px") .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 39d457d..d5a7d03 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -62,7 +62,7 @@ $(document).ready(function () { // adjusting nav menu columns and li width $menu1 - .css("max-height", "250px") + .css("max-height", "290px") .css("-webkit-columns", "4") .css("-webkit-column-gap", "11px") .css("-moz-columns", "4")