Hello,
for change map height for property display - you need in file
{site}/marco/components/com_realestatemanager/includes/realestatemanager.css
find
Code: |
.re_map_canvas,
#map_canvas{
border: 1px solid #D6D6D6;
float: left;
height: 300px;
margin: 10px 0;
width: 100%;
}
|
and replace to some like below
Code: |
.re_map_canvas,
#map_canvas{
border: 1px solid #D6D6D6;
float: left;
height: 400px;
margin: 10px 0;
width: 100%;
}
|
for change property map width - you need go to
file:///home/andrew/tmp/Basic_OS_World_property_oct_2013_v3/Template/html/com_realestatemanager/view_house/default.php
Code: |
<div class="in_for_house_map"><div id="map_canvas" class="re_map_canvas re_map_canvas_02" style="width:600px"></div></div>
|
and replace to
Code: |
<div class="in_for_house_map"><div id="map_canvas" class="re_map_canvas re_map_canvas_02" style="width:800px"></div></div>
|
Please backup your files before edit
Thanks,
OrdaSoft team