From: Anthony Talarico Date: Thu, 28 Jul 2016 19:09:29 +0000 (-0400) Subject: testing another left value for datepicker in mobile view for off canvas booking widget X-Git-Tag: v1.0.0^2~235 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=7f12ca06ff2c879f79b4433fa99fc808c58dfd10;p=WP-Themes%2Fpetoskeyarea.git testing another left value for datepicker in mobile view for off canvas booking widget --- diff --git a/js/app.js b/js/app.js index 1e5ded1..324430d 100644 --- a/js/app.js +++ b/js/app.js @@ -80,7 +80,7 @@ $(document).ready(function () { setTimeout(function () { inst.dpDiv.css({ top: 100, - left: 0 + left: 40 }); }, 0); } @@ -91,7 +91,7 @@ $(document).ready(function () { setTimeout(function () { inst.dpDiv.css({ top: 100, - left: 0 + left: 40 }); }, 0); } diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index de7b3f2..faf0682 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: 0 + left: 40 }); }, 0); } @@ -82,7 +82,7 @@ $(document).ready(function () { setTimeout(function () { inst.dpDiv.css({ top: 100, - left: 0 + left: 40 }); }, 0); }