From: Anthony Talarico Date: Tue, 28 Jun 2016 18:26:01 +0000 (-0400) Subject: removing container width based on product number X-Git-Tag: v1.0.0^2~109 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=1b1ff336e13590e82b0d2e4641ad512cd584b93c;p=WP-Themes%2Ffrancejourneys.git removing container width based on product number --- diff --git a/js/app.js b/js/app.js index 3ae56da..179ed63 100644 --- a/js/app.js +++ b/js/app.js @@ -98,9 +98,9 @@ $(document).ready(function () { var products = $(".type-product").length; - if(products < 3){ - $("#container").css("width", "700px"); - } +// if(products < 3){ +// $("#container").css("width", "700px"); +// } $(".html5_video_tab").find('a').html("Video"); }); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index c8291c3..37bc3cc 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -89,9 +89,9 @@ $(document).ready(function () { var products = $(".type-product").length; - if(products < 3){ - $("#container").css("width", "700px"); - } +// if(products < 3){ +// $("#container").css("width", "700px"); +// } $(".html5_video_tab").find('a').html("Video"); });