// set the default data next to the dropdown community map
function set_default_data(){
- regionData.find(image_container).css("display", "inline-block");
+ regionData.find(page_title_container).css("margin-top", "0px").css("margin-bottom", "0px");
+ 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","175px").css("width", "300px").css("background", "url(' <?php echo $community_page_image; ?> ')no-repeat center center").css("background-position", "cover");
regionData.find(page_content).html(default_content);