OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
how can I put enlarge the size of the map (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

How can I put enlarge the size of the map

sguio (User)
Fresh Boarder
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
how can I put enlarge the size of the map 10 Years, 1 Month ago
Karma: 0  
how can I put enlarge the size of the map on this page?

www.tecnico-ortopedico.it/marco/index.ph...id=55&Itemid=154
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:how can I put enlarge the size of the map 10 Years, 1 Month ago
Karma: 101  
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
Logged Logged
The administrator has disabled public write access.
sguio (User)
Fresh Boarder
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
Re:how can I put enlarge the size of the map 10 Years, 1 Month ago
Karma: 0  
thank you!!!
Logged Logged
The administrator has disabled public write access.
Go to top
»