adding the same styles to the title in the community dropdown map for the default...
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 2 Sep 2016 13:02:08 +0000 (09:02 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 2 Sep 2016 13:02:08 +0000 (09:02 -0400)
parts/community-map.php

index 75aeb23..579a83f 100644 (file)
@@ -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('<?php echo $community_page_object->post_title; ?>');
             regionData.find(image_container).css("height","120px").css("width", "300px").css("background", "url('   <?php echo $community_page_image[0]; ?>  ')no-repeat center center").css("background-position", "cover");