From: Anthony Talarico Date: Mon, 1 Aug 2016 15:58:09 +0000 (-0400) Subject: removing last set of changes to the dynamic height functions for the front page featu... X-Git-Tag: v1.0.0^2~210 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=8006fe9fc812fa45f76af9c3ad27e11a9ebdaea6;p=WP-Themes%2Fpetoskeyarea.git removing last set of changes to the dynamic height functions for the front page featured events slider header text --- diff --git a/js/app.js b/js/app.js index e9cbd2f..e922847 100644 --- a/js/app.js +++ b/js/app.js @@ -120,7 +120,7 @@ $(document).ready(function () { var prev = $(this).prev(); var next = $(this).next(); - event_header.css("height", header_height_max + 26 + "px"); + event_header.css("height", header_height_max + "px"); var img_src = $(this).find("img").attr('src'); $(this).find('img').wrap("
"); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index a06bb82..ae94fe3 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -111,7 +111,7 @@ $(document).ready(function () { var prev = $(this).prev(); var next = $(this).next(); - event_header.css("height", header_height_max + 26 + "px"); + event_header.css("height", header_height_max + "px"); var img_src = $(this).find("img").attr('src'); $(this).find('img').wrap("
");