From: Anthony Talarico Date: Wed, 27 Jan 2016 20:03:46 +0000 (-0500) Subject: making places to stay item 1 column X-Git-Tag: v1.0.0^2~66 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c5d8d11545ce8108c5867f4d4e4eaa98e2ea7e32;p=WP-Themes%2Fsaultstemarie.git making places to stay item 1 column --- diff --git a/js/app.js b/js/app.js index b3dbb2b..f3db0b6 100644 --- a/js/app.js +++ b/js/app.js @@ -213,5 +213,8 @@ var extraDay, end, arrival, currentDate, currentDate2, requiredDate, requiredDat // }); $($topMenu).css("padding", "10px 5px"); }); + var $placesToStay = $(".top-bar-section").find("ul#menu-main-menu").find("li").eq(4); + $placesToStay.find('.dropdown').css("min-width", "375px"); + $placesToStay.find('.dropdown').children("li").css("width", "100%"); }); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 55cfb91..8fdfb8f 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -204,5 +204,8 @@ var extraDay, end, arrival, currentDate, currentDate2, requiredDate, requiredDat // }); $($topMenu).css("padding", "10px 5px"); }); + var $placesToStay = $(".top-bar-section").find("ul#menu-main-menu").find("li").eq(4); + $placesToStay.find('.dropdown').css("min-width", "375px"); + $placesToStay.find('.dropdown').children("li").css("width", "100%"); });