How to Center the map with CSS
Posted: 22 Jun 2011, 10:10
Add the following code to your template.css file
.phocamaps{
width:650px;
margin-left: auto;
margin-right: auto;}
Width i set the same as my map, yours may be different
This worked for me on joomla 1.6.3 phocamap version 2.0
I tried centralizing the map in the article and had no luck, this method worked.
.phocamaps{
width:650px;
margin-left: auto;
margin-right: auto;}
Width i set the same as my map, yours may be different
This worked for me on joomla 1.6.3 phocamap version 2.0
I tried centralizing the map in the article and had no luck, this method worked.