From: Anthony Talarico Date: Thu, 28 Jul 2016 19:10:43 +0000 (-0400) Subject: changed the left value to 50, 40 worked but cut of the very edge of the display for... X-Git-Tag: v1.0.0^2~234 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=305bd873b6e6c235dd0e4e635dd1b30cd72c6ab7;p=WP-Themes%2Fpetoskeyarea.git changed the left value to 50, 40 worked but cut of the very edge of the display for mobile off canvas booking widget --- diff --git a/js/app.js b/js/app.js index 324430d..d03ba61 100644 --- a/js/app.js +++ b/js/app.js @@ -80,7 +80,7 @@ $(document).ready(function () { setTimeout(function () { inst.dpDiv.css({ top: 100, - left: 40 + left: 50 }); }, 0); } @@ -91,7 +91,7 @@ $(document).ready(function () { setTimeout(function () { inst.dpDiv.css({ top: 100, - left: 40 + left: 50 }); }, 0); } diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index faf0682..8c4cd51 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -71,7 +71,7 @@ $(document).ready(function () { setTimeout(function () { inst.dpDiv.css({ top: 100, - left: 40 + left: 50 }); }, 0); } @@ -82,7 +82,7 @@ $(document).ready(function () { setTimeout(function () { inst.dpDiv.css({ top: 100, - left: 40 + left: 50 }); }, 0); }