From: Anthony Talarico Date: Fri, 2 Sep 2016 13:02:08 +0000 (-0400) Subject: adding the same styles to the title in the community dropdown map for the default... X-Git-Tag: v1.0.0^2~23 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=18c8fcc0e5227dac34d3f8e4cd13d4ceabdbb69e;p=WP-Themes%2Fpetoskeyarea.git adding the same styles to the title in the community dropdown map for the default communities page --- diff --git a/parts/community-map.php b/parts/community-map.php index 75aeb23..579a83f 100644 --- a/parts/community-map.php +++ b/parts/community-map.php @@ -93,7 +93,7 @@ foreach ($nav_posts as $p){ // set the default data next to the dropdown community map function set_default_data(){ - regionData.find(page_title_container).css("margin-top", "0px").css("margin-bottom", "0px"); + regionData.find(page_title_container).css("margin-top", "0px").css("margin-bottom", "10px"); regionData.find(image_container).css("display", "inline-block"); regionData.find(page_title).html('post_title; ?>'); regionData.find(image_container).css("height","120px").css("width", "300px").css("background", "url(' ')no-repeat center center").css("background-position", "cover");