From 2c6cd637dd166ee81f353f29b53f249891261b06 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 11 Dec 2015 15:01:50 -0500 Subject: [PATCH] adjusting order screen width --- js/galleria.min.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/galleria.min.js b/js/galleria.min.js index 4c06d60..c2d0678 100644 --- a/js/galleria.min.js +++ b/js/galleria.min.js @@ -1,6 +1,7 @@ !function(){jQuery(window).load(function(){ if(window.location.href.indexOf("page_id=18") >= 0){ jQuery("#secondary").css("display", "none"); + jQuery(".right-sidebar .content-area").css("width", "100%"); } jQuery(".product-category.product .fadeIn").find("mark").remove(); jQuery('.page_item.page-item-16').append(""); -- 2.17.1