Page 2 of 2

How to Center the map with CSS

Posted: 22 Jun 2011, 10:10
by siddallj
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.

Re: Can´t center the map

Posted: 05 Jul 2011, 17:37
by Jan
Ok, thanks for this guide.

Jan