Hi,
I have socialize template with last version of Jomsocial on Joomla 3.
I installed Geommunity 3 for Jomsocial which display members on Google map. I put TOP1 position for this Gmap module.
My problem is there are some padding on the sides of the map. I would like the google map doesn't have any padding.
When I check the css source in console. I can see than in Fact it is the margin which create this.
My google map module has width="100%"
Can you tell me please how can I get my google map module with full 100% width?
Please see screenshot for details.
Hi.
I need to see that to advice what code to add.
There are NO paddings at left and right. It's just a main container that has 1170px width and is in the middle of visible screen.
Also if you change width of main container it will have global effect...
You may create new module position outside main container and place map in it (if it's a module).
You should edit this file:
ROOT/templates/socialize/tpls/blocks/mainbody-js.php
But remember it will be a core hack and change will be lost after template upgrade... so keep a backup copy.
I edit templatedetails.xml to add the na me of new module posiiton.
Then I add this code below to the ROOT/templates/socialize/tpls/blocks/top.php file:
<jdoc:include type="modules" name="mynewmodule" />
I choose top.php becaue I wanted a big slider module with full width just under my main menu.
But now the content of component is not displayed. The code is broken :-(
WHat did I forget?
Hi, Nino.
I don't have access to your site... or FTP so I can't check whet you did wrong.
You need to edit your first post and provide me credentials needed.