By Paul Varney on Monday, 18 May 2015
Replies 5
Likes 0
Views 783
Votes 0
Hi,

The map in events seems a bit on the small size. Is there anyway of making it larger?

Just a larger square would be enough

Thanks
Paul
Thanks for updating us on this Paul, we'll see what we can do about this in the future The width is actually fluid and probably the "container" area on your site isn't wide enough, hence the height isn't tall enough
·
Tuesday, 19 May 2015 23:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Paul,

The map image in the custom field is already rendered at 1280x1280 and you can just add the block of css codes below to increase the height of the map.


body div#fd.es td .es-story-location-map {
height: 400px !important;
}
·
Tuesday, 19 May 2015 02:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Paul,

I am sorry for the delay of this reply.

Can you try the following css instead and see how it goes? If there is nothing change in the custom.css file, perhaps you can try to place the code inside template.css instead.
body div#fd.es .es-story-locations.has-location .es-story-location-map-image {
height: 400px !important;
}
·
Tuesday, 19 May 2015 16:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Shame....was trying to avoid editing a core css file....saves so much time after an update!!

Covers the actual address up too...when you apply it on the fly in developer tools.

Almost seems as if the the cell it's in needs editing too ....cos if I add style="height: 400px" to the cell, then apply a height of, say, 350px to the map, then the address gets pushed down and is still visable! That would need adding to a core file presumably as the cell class is the same for all that table.

Maybe a map size increase could be factored into the code in the next mini update

Paul
·
Tuesday, 19 May 2015 22:53
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post