From 18c8fcc0e5227dac34d3f8e4cd13d4ceabdbb69e Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 2 Sep 2016 09:02:08 -0400 Subject: [PATCH] adding the same styles to the title in the community dropdown map for the default communities page --- parts/community-map.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.17.1