By greg on Saturday, 20 June 2015
Posted in Technical Issues
Replies 7
Likes 0
Views 557
Votes 0
Hi,

I've tried to get 300px Map Height a Map option of EasyBlog - Post Map Module but I have height around 600px.It's too high.

Any help will be nice
Thanks in advance
Greg
Hi Greg,

I believed that you want to resize the map height on your frontpage, under module name (Nos dernières positions).

In order to do so, please use this CSS hack as below:
div#fd.eb.mod-easyblogpostmap .locationMap {
padding-top: 300px;
}
Place this CSS hack to the bottom of this CSS file: /templates/rt_fresco_responsive/css/template.css.

Hope this will help, thank you
·
Monday, 22 June 2015 12:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

I add this code in template css but no result, it's still same with a big map as you can see on home page http://www.nomadsroad.com
·
Saturday, 04 July 2015 17:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Greg,

I am sorry for the delay of this reply.

Can you try the following css code instead and see how it goes?
div#fd.eb.mod-easyblogpostmap .locationMap {
padding-top: 300px !important;
}


The end result should look like this, http://screen.stackideas.com/2015-07-06_1226_001.png .
·
Monday, 06 July 2015 12:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

I made the change but I still have the same issue
·
Monday, 27 July 2015 18:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Greg,

I've inspected your site and I'm not seeing the css code provided by us anywhere on your template file. Perhaps you can provide us with your FTP access instead so we can help you to apply the fix directly.

Please advise.
·
Monday, 27 July 2015 18:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Ezrul,

Have you done something because now is working well the height of module is corect
·
Thursday, 30 July 2015 23:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Greg,

Ezrul is currently not around as it is off working hours but I don't think Ezrul applied any changes on the site since he doesn't have your FTP. Perhaps it was due to some browser cache on the css files earlier?
·
Friday, 31 July 2015 00:58
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post